Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6983352

Browse files
committed
Package native Arm64 crossgen as well.
1 parent 9ff3d83 commit 6983352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/win/Microsoft.NETCore.Runtime.CoreCLR.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<File Include="@(ArchitectureSpecificLibFile)">
3333
<TargetPath>runtimes/$(PackageTargetRuntime)/lib/netstandard1.0</TargetPath>
3434
</File>
35-
<File Condition="'$(HasCrossTargetComponents)' != 'true'" Include="@(ArchitectureSpecificToolFile)">
35+
<File Include="@(ArchitectureSpecificToolFile)">
3636
<TargetPath>tools</TargetPath>
3737
</File>
3838
<File Condition="'$(HasCrossTargetComponents)' == 'true'" Include="@(CrossArchitectureSpecificToolFile)">

0 commit comments

Comments
 (0)