From 138bc32cd99871aadaf3e80dacc3e05bc0840b1c Mon Sep 17 00:00:00 2001 From: Chris Rummel Date: Wed, 22 Jun 2022 15:33:09 -0500 Subject: [PATCH 1/5] [source-build] [release/6.0.1xx] Additional changes to make the tarball commitable. (#14004) * Additional changes to make the tarball commitable. - Add an empty file so an empty packages/prebuilt directory is not removed (NuGet depends on all file sources existing even if empty). - Use version of source-build-externals with fix for patching in a broken git repo. - Delete `objects` directory from submodule .gitdirs. * Enable work-tree and unsafe-paths for repo-level patches to be able to apply in the checked-in tarball. * Update src/SourceBuild/tarball/patches/nuget-client/0001-Enable-work-tree-and-unsafe-paths-to-be-able-to-appl.patch Co-authored-by: Michael Simons --- eng/Version.Details.xml | 8 +++---- .../tools/SourceBuildArcadeTarball.targets | 7 ++++++ ...-and-unsafe-paths-to-be-able-to-appl.patch | 23 +++++++++++++++++++ ...-and-unsafe-paths-to-be-able-to-appl.patch | 23 +++++++++++++++++++ ...-and-unsafe-paths-to-be-able-to-appl.patch | 23 +++++++++++++++++++ ...-and-unsafe-paths-to-be-able-to-appl.patch | 23 +++++++++++++++++++ ...-and-unsafe-paths-to-be-able-to-appl.patch | 23 +++++++++++++++++++ 7 files changed, 126 insertions(+), 4 deletions(-) create mode 100644 src/SourceBuild/tarball/patches/command-line-api/0001-Enable-work-tree-and-unsafe-paths-to-be-able-to-appl.patch create mode 100644 src/SourceBuild/tarball/patches/fsharp/0001-Enable-work-tree-and-unsafe-paths-to-be-able-to-appl.patch create mode 100644 src/SourceBuild/tarball/patches/nuget-client/0001-Enable-work-tree-and-unsafe-paths-to-be-able-to-appl.patch create mode 100644 src/SourceBuild/tarball/patches/vstest/0001-Enable-work-tree-and-unsafe-paths-to-be-able-to-appl.patch create mode 100644 src/SourceBuild/tarball/patches/xliff-tasks/0001-Enable-work-tree-and-unsafe-paths-to-be-able-to-appl.patch diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99bd9d4dd..14ed5b29a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -152,8 +152,8 @@ - https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted - a5782faf46b91a7b43935a28d1e185e79a50588a + https://github.com/NuGet/NuGet.Client + 75551652b352f860ea0b29095b64fa63715dd672 @@ -170,9 +170,9 @@ https://github.com/dotnet/emsdk 52e9452f82e26f9fcae791e84c082ae22f1ef66f - + https://github.com/dotnet/source-build - 10d0f7e94aa45889155c312f51cfc01bf326b853 + 126aed9b11b5aece8ebcf7bdbb82d0654206d5a4 diff --git a/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets b/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets index c4f3f6ec2..a516a86cf 100644 --- a/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets +++ b/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets @@ -176,6 +176,11 @@ Command="git submodule update --init --recursive --depth 1" WorkingDirectory="$(TarballRepoSourceDir)" /> + + @@ -329,6 +334,8 @@ Overwrite="true" /> + + - - - @@ -38,14 +35,11 @@ - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 679bfbbbe..8991d2f66 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,14 +103,14 @@ https://github.com/dotnet/templating 60a2f73de55434984bbe3d5ad9281b3863355b31 - - https://dev.azure.com/dnceng/internal/_git/dotnet-sdk - 8daa5f75dfc7592e30e28e71d448621d12442893 + + https://github.com/dotnet/sdk + 3ff7c9567a7cbe3a489ef6a895d26c4114e76f1e - - https://dev.azure.com/dnceng/internal/_git/dotnet-sdk - 8daa5f75dfc7592e30e28e71d448621d12442893 + + https://github.com/dotnet/sdk + 3ff7c9567a7cbe3a489ef6a895d26c4114e76f1e @@ -151,9 +151,9 @@ 41abc5629965e3f9e41f1e67fdf78345c0c5cc4b - - https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted - a8942f45835ba527cedacc02f7a75468f7a7b4bd + + https://github.com/nuget/nuget.client + 4be14ee6b6587a02f05337505bd840fbcbe898f6 @@ -170,9 +170,9 @@ https://github.com/dotnet/emsdk 52e9452f82e26f9fcae791e84c082ae22f1ef66f - + https://github.com/dotnet/source-build - 126aed9b11b5aece8ebcf7bdbb82d0654206d5a4 + 10d0f7e94aa45889155c312f51cfc01bf326b853 diff --git a/eng/Versions.props b/eng/Versions.props index e121f07ce..a34963724 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,8 +56,8 @@ - 6.0.301-rtm.22274.11 - 6.0.301-rtm.22274.11 + 6.0.302-servicing.22321.30 + 6.0.302-servicing.22321.30 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 853275fdcb09c04e79ba224faa4a40fcd4025768 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 12 Jul 2022 12:13:55 -0700 Subject: [PATCH 5/5] Update Asp.Net template (#14111) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 8c1961e35..3499501e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -129,7 +129,7 @@ 3.1.15 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) $(MicrosoftDotNetTestProjectTemplates50PackageVersion) - 3.1.26 + 3.1.27 3.2.1 4.8.0-rc2.19462.10