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 b1a2e43 commit ceede7fCopy full SHA for ceede7f
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets
@@ -89,7 +89,7 @@
89
<Target Name="CopyNativeBinary" AfterTargets="Publish">
90
<!-- replace apphost with binary we generated during native compilation -->
91
<Delete Files="$(PublishDir)\$(TargetName)$(NativeBinaryExt)" />
92
- <Copy SourceFiles="$(NativeOutputPath)$(TargetName)$(NativeBinaryExt)" DestinationFolder="$(PublishDir)" />
+ <Copy SourceFiles="$(NativeBinary)" DestinationFolder="$(PublishDir)" />
93
</Target>
94
95
<Target Name="_CopyAotSymbols" AfterTargets="Publish"
0 commit comments