Skip to content

Commit e50f3f2

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 8ad82c4 commit e50f3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yubico.NativeShims/msbuild/Yubico.NativeShims.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<!-- Arm64 -->
28-
<ItemGroup Condition="'$(Platform)' == 'arm64'">
28+
<ItemGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)' == 'Arm64' OR '$(Platform)' == 'arm64'">
2929
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-arm64\native\Yubico.NativeShims.dll">
3030
<Link>arm64\Yubico.NativeShims.dll</Link>
3131
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)