diff --git a/src/SourceBuild/content/repo-projects/Directory.Build.props b/src/SourceBuild/content/repo-projects/Directory.Build.props index ec56c01a8..12d20f5b7 100644 --- a/src/SourceBuild/content/repo-projects/Directory.Build.props +++ b/src/SourceBuild/content/repo-projects/Directory.Build.props @@ -210,8 +210,8 @@ --> - - + + - AllPackages - $(ArtifactsLogDir)$(RepositoryName).log true diff --git a/src/SourceBuild/content/repo-projects/dotnet.proj b/src/SourceBuild/content/repo-projects/dotnet.proj index c5f305b1b..f09de2ca8 100644 --- a/src/SourceBuild/content/repo-projects/dotnet.proj +++ b/src/SourceBuild/content/repo-projects/dotnet.proj @@ -15,8 +15,4 @@ - - - - diff --git a/src/SourceBuild/content/repo-projects/installer.proj b/src/SourceBuild/content/repo-projects/installer.proj index cb5fcc051..05c9ad7a2 100644 --- a/src/SourceBuild/content/repo-projects/installer.proj +++ b/src/SourceBuild/content/repo-projects/installer.proj @@ -1,6 +1,9 @@ + + false + $(TargetOS) $(TargetRid.Substring(0, $(TargetRid.IndexOf("-")))) @@ -81,4 +84,63 @@ + + + + + + + + + + $([MSBuild]::NormalizeDirectory('$(BaseIntermediateOutputPath)', 'artifacts-layout')) + + + $(ArtifactsAssetsDir)$(SourceBuiltArtifactsTarballName).$(SourceBuiltSdkVersion).$(TargetRid)$(ArchiveExtension) + $(SourceBuiltLayoutDir).version + $(SourceBuiltLayoutDir)PackageVersions.props + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/SourceBuild/content/repo-projects/package-source-build.proj b/src/SourceBuild/content/repo-projects/package-source-build.proj deleted file mode 100644 index dc2858da4..000000000 --- a/src/SourceBuild/content/repo-projects/package-source-build.proj +++ /dev/null @@ -1,64 +0,0 @@ - - - - - true - - false - - - - - - - - - $(ArtifactsAssetsDir)$(SourceBuiltArtifactsTarballName).$(SourceBuiltSdkVersion).$(TargetRid)$(ArchiveExtension) - .version - - - - - - - - - - - <_AllRepoFiles Include="$(ArtifactsShippingPackagesDir)/**" /> - <_AllRepoFiles Include="$(ArtifactsNonShippingPackagesDir)/**" /> - <_ReferencePackageFiles Include="$(ReferencePackagesDir)**" /> - - - - - <_SourceBuiltLayoutDir>$([MSBuild]::NormalizeDirectory('$(BaseIntermediateOutputPath)', 'artifacts-layout')) - SourceBuildReferencePackages - - - - - - - - - - - - -