Skip to content

Commit

Permalink
Fix path to non-Windows symbols for Microsoft.NETCore.App.Host (#73333)
Browse files Browse the repository at this point in the history
  • Loading branch information
elinor-fung authored Aug 4, 2022
1 parent 26a71c6 commit 0ea3031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
IsSymbolFile="true"
IsNative="true" />
<_SymbolFiles Condition="'$(TargetOS)' != 'windows'"
Include="@(NativeRuntimeAsset->'%(RootDir)%(Directory)PDB/%(Filename)%(Extension)%(SymbolsSuffix)')"
Include="@(NativeRuntimeAsset->'%(RootDir)%(Directory)%(Filename)%(Extension)%(SymbolsSuffix)')"
IsSymbolFile="true"
IsNative="true" />

Expand Down

0 comments on commit 0ea3031

Please sign in to comment.