Skip to content

Commit a9fe929

Browse files
committed
chore: add setting for ci on windows-11-arm
1 parent 1133204 commit a9fe929

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
<SolutionDir>$([System.IO.Path]::GetDirectoryName($(MSBuildThisFileDirectory)))</SolutionDir>
1111
</PropertyGroup>
1212

13+
<PropertyGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
14+
<!-- Settings to run .NET Framework tests without x64 emulation when using `dotnet test` command -->
15+
<PreferNativeArm64>true</PreferNativeArm64>
16+
</PropertyGroup>
17+
1318
<ItemGroup>
1419
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="2.1.0" />
1520
</ItemGroup>

0 commit comments

Comments
 (0)