Skip to content

Commit e95df60

Browse files
author
Andrew Hall
authored
Include arm64 for source gen test (#10284)
This made it so devkit in vscode at least had no errors. Command line builds are still failing but this unblocks me
2 parents a6e050f + 82abca1 commit e95df60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Compiler/test/Microsoft.NET.Sdk.Razor.SourceGenerators.Tests/Microsoft.NET.Sdk.Razor.SourceGenerators.Test.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<Reference Include="$(PkgMicrosoft_AspNetCore_App_Runtime_osx-x64)\runtimes\osx-x64\lib\net8.0\*.dll" />
5858
</ItemGroup>
5959
</When>
60+
<When Condition="$(NetCoreSDKRuntimeIdentifier) == 'osx-arm64'">
61+
<ItemGroup>
62+
<Reference Include="$(PkgMicrosoft_AspNetCore_App_Runtime_osx-arm64)\runtimes\osx-arm64\lib\net8.0\*.dll" />
63+
</ItemGroup>
64+
</When>
6065
</Choose>
6166

6267
</Project>

0 commit comments

Comments
 (0)