We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad82c4 commit e50f3f2Copy full SHA for e50f3f2
Yubico.NativeShims/msbuild/Yubico.NativeShims.targets
@@ -25,7 +25,7 @@
25
</ItemGroup>
26
27
<!-- Arm64 -->
28
- <ItemGroup Condition="'$(Platform)' == 'arm64'">
+ <ItemGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)' == 'Arm64' OR '$(Platform)' == 'arm64'">
29
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-arm64\native\Yubico.NativeShims.dll">
30
<Link>arm64\Yubico.NativeShims.dll</Link>
31
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
0 commit comments