diff --git a/eng/native/naming.props b/eng/native/naming.props index 1b2debd68941de..b50c0c131cda5e 100644 --- a/eng/native/naming.props +++ b/eng/native/naming.props @@ -36,10 +36,4 @@ - - - $(SymbolsSuffix) - - diff --git a/src/native/corehost/corehost.proj b/src/native/corehost/corehost.proj index 11604cb84e26f5..9ce1a640eadaa1 100644 --- a/src/native/corehost/corehost.proj +++ b/src/native/corehost/corehost.proj @@ -18,11 +18,19 @@ $(CoreCLRArtifactsPath)/corehost/singlefilehost$(ExeSuffix) - $(CoreCLRArtifactsPath)/corehost/PDB/singlefilehost$(SymbolsSuffix) $(CoreCLRArtifactsPath)/mscordaccore$(LibSuffix) $(DotNetHostBinDir)/singlefilehost$(ExeSuffix) + + + + $(CoreCLRArtifactsPath)/corehost/PDB/singlefilehost$(SymbolsSuffix) $(DotNetHostBinDir)/PDB/singlefilehost$(SymbolsSuffix) + + + $(CoreCLRArtifactsPath)/corehost/singlefilehost$(SymbolsSuffix) + $(DotNetHostBinDir)/singlefilehost$(SymbolsSuffix) + + - +