Skip to content

Commit dab3375

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<PropertyGroup>
99
<!-- Set SolutionDir property to suppress warning that raised by Verify.Xunit solution discovery feature. -->
1010
<SolutionDir>$([System.IO.Path]::GetDirectoryName($(MSBuildThisFileDirectory)))</SolutionDir>
11+
<!-- Settings to running .NET Framework tests without x64 emulation with `dotnet test` command -->
12+
<PreferNativeArm64>true</PreferNativeArm64>
1113
</PropertyGroup>
1214

1315
<ItemGroup>

0 commit comments

Comments
 (0)