From 441c290d7a51613c8c7f28a4bd4d3ae7f61801c6 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Thu, 8 Jun 2023 08:30:31 -0700 Subject: [PATCH] Enable PVP flow for nuget.client (#16603) --- .../content/repo-projects/nuget-client.proj | 2 + .../0002-Add-dependencies-for-PVP-flow.patch | 47 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 src/SourceBuild/patches/nuget-client/0002-Add-dependencies-for-PVP-flow.patch diff --git a/src/SourceBuild/content/repo-projects/nuget-client.proj b/src/SourceBuild/content/repo-projects/nuget-client.proj index 1878d0b79635..5a7f45c32979 100644 --- a/src/SourceBuild/content/repo-projects/nuget-client.proj +++ b/src/SourceBuild/content/repo-projects/nuget-client.proj @@ -21,6 +21,8 @@ $(StandardSourceBuildArgs) $(ProjectDirectory)eng/source-build/build$(ShellExtension) $(BuildCommandArgs) + + DependenciesOnly diff --git a/src/SourceBuild/patches/nuget-client/0002-Add-dependencies-for-PVP-flow.patch b/src/SourceBuild/patches/nuget-client/0002-Add-dependencies-for-PVP-flow.patch new file mode 100644 index 000000000000..96725b8324b1 --- /dev/null +++ b/src/SourceBuild/patches/nuget-client/0002-Add-dependencies-for-PVP-flow.patch @@ -0,0 +1,47 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Nikola Milosavljevic +Date: Wed, 7 Jun 2023 03:03:22 +0000 +Subject: [PATCH] Add dependencies for PVP flow + +Backport: https://github.com/NuGet/NuGet.Client/pull/5207 +--- + eng/Version.Details.xml | 27 +++++++++++++++++++++++++++ + 1 file changed, 27 insertions(+) + +diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml +index ff6bc71b5..bbadad4c0 100644 +--- a/eng/Version.Details.xml ++++ b/eng/Version.Details.xml +@@ -5,4 +5,31 @@ + See https://github.com/dotnet/arcade/issues/2396 for details. + See https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#details-file for schema. + --> ++ ++ ++ ++ ++ https://github.com/dotnet/msbuild ++ 80f618ad45d38475773fd1a6eaa059f118a0ad5a ++ ++ ++ https://github.com/dotnet/runtime ++ 8470979eb44c2218025515234d3e01138bd74afb ++ ++ ++ https://github.com/dotnet/runtime ++ 8470979eb44c2218025515234d3e01138bd74afb ++ ++ ++ https://github.com/aspnet/xdt ++ d4d088b6a9c793525b1a27a119cb66ba4587bb39 ++ ++ ++ https://github.com/dotnet/corefx ++ 30ab651fcb4354552bd4891619a0bdd81e0ebdbf ++ ++ + +\ No newline at end of file