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 32a25db commit cf46263Copy full SHA for cf46263
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets
@@ -104,7 +104,7 @@
104
<_symbolSourcePath>$(NativeOutputPath)$(TargetName)$(_symbolExt)</_symbolSourcePath>
105
<_symbolTargetPath>$(PublishDir)\$(TargetName)$(_symbolExt)</_symbolTargetPath>
106
<!-- If the symbol is a dsym bundle, it's a folder not a file. -->
107
- <_symbolIsFile Condition="'$(_symbolExt)' == '.dsym'">false</_symbolIsFile>
+ <_symbolIsFile Condition="'$(NativeSymbolExt)' == '.dsym'">false</_symbolIsFile>
108
<_symbolIsFile Condition="'$(_symbolIsFile)' == ''">true</_symbolIsFile>
109
</PropertyGroup>
110
0 commit comments