diff --git a/Directory.Build.props b/Directory.Build.props index 32117a114f1e0..56dd8a72a0ea3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,6 +10,8 @@ --> + + @@ -30,13 +32,13 @@ $([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'src', 'installer')) $([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'docs')) - $([MSBuild]::NormalizeDirectory('$(DocsDir)', 'manpages')) + $([MSBuild]::NormalizeDirectory('$(DocsDir)', 'installer', 'manpages')) runtime @@ -45,4 +47,4 @@ https://github.com/dotnet/runtime/blob/master/LICENSE.TXT - \ No newline at end of file + diff --git a/eng/Subsets.props b/eng/Subsets.props index ce00016777ef9..2fcfa4950867e 100644 --- a/eng/Subsets.props +++ b/eng/Subsets.props @@ -48,7 +48,7 @@ --> - true + true @@ -69,7 +69,7 @@ - + @@ -97,7 +97,7 @@ - + diff --git a/src/installer/corehost/build.proj b/src/installer/corehost/corehost.proj similarity index 100% rename from src/installer/corehost/build.proj rename to src/installer/corehost/corehost.proj