Skip to content

Commit 82abca1

Browse files
Andrew Hall (METAL)Andrew Hall (METAL)
authored andcommitted
Include arm64 for source gen test
1 parent 3135e69 commit 82abca1

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)