diff --git a/Directory.Build.props b/Directory.Build.props index 7a79159f2355e9..e1c32d0a2d31be 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -218,6 +218,10 @@ $([MSBuild]::NormalizeDirectory('$(MicrosoftNetCoreAppRuntimePackRidDir)', 'native')) + + $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', '$(OutputRid).$(Configuration)', 'corehost')) + + true diff --git a/eng/Subsets.props b/eng/Subsets.props index 7113a4ac779e33..4abf2106981e3e 100644 --- a/eng/Subsets.props +++ b/eng/Subsets.props @@ -120,7 +120,14 @@ - + + + + + + + + @@ -130,13 +137,6 @@ - - - - - - - @@ -264,6 +264,22 @@ + + + + + + + + + + + + + + + + @@ -289,22 +305,7 @@ - - - - - - - - - - - - - - - - + diff --git a/src/installer/pkg/Directory.Build.props b/src/installer/pkg/Directory.Build.props index 10f36b399c73b6..f51718676368a2 100644 --- a/src/installer/pkg/Directory.Build.props +++ b/src/installer/pkg/Directory.Build.props @@ -3,7 +3,6 @@ $(TargetArchitecture) - $(ArtifactsBinDir)$(OutputRid).$(Configuration)\corehost diff --git a/src/libraries/externals.csproj b/src/libraries/externals.csproj index 6ef3ddc0f19015..969ed9603a2cda 100644 --- a/src/libraries/externals.csproj +++ b/src/libraries/externals.csproj @@ -9,6 +9,7 @@ true false true + true @@ -16,7 +17,7 @@ Version="$(MicrosoftDiaSymReaderNativeVersion)" /> - + - + + + + + + + + + +