Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Don't include symbols in RuntimeFiles
  • Loading branch information
agocke committed Jul 12, 2022
commit c094df71b92a3639b517a3c2c729788d86541292
5 changes: 2 additions & 3 deletions eng/liveBuilds.targets
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@

<!-- Host files-->
<ItemGroup Condition="'$(TargetsMobile)' != 'true'">
<RuntimeFiles Include="$(DotNetHostBinDir)\*$(LibSuffix)" />
<RuntimeFiles Include="$(DotNetHostBinDir)\*$(SymbolsSuffix)" />
<RuntimeFiles Include="$(DotNetHostBinDir)\*.dll" />
<RuntimeFiles Include="$(DotNetHostBinDir)\$(LibPrefix)hostpolicy$(LibSuffix)" />
<RuntimeFiles Include="$(DotNetHostBinDir)\$(LibPrefix)hostfxr$(LibSuffix)" />
</ItemGroup>

<Error Condition="'@(RuntimeFiles)' == ''" Text="The '$(RuntimeFlavor)' subset must be built before building this project." />
Expand Down