From b81a878ddd19d1c4e465873104dfe4e8d8a1e5e1 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 6 Apr 2023 11:01:08 -0500 Subject: [PATCH 1/2] Enable PVP flow for xliff-tasks (#16000) --- src/SourceBuild/content/repo-projects/xliff-tasks.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SourceBuild/content/repo-projects/xliff-tasks.proj b/src/SourceBuild/content/repo-projects/xliff-tasks.proj index e6c43dd75..780ddf54b 100644 --- a/src/SourceBuild/content/repo-projects/xliff-tasks.proj +++ b/src/SourceBuild/content/repo-projects/xliff-tasks.proj @@ -7,6 +7,7 @@ true true + DependenciesOnly From 63966f4ab02602fa94ae12cb9eadfd9a7bf97c30 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 6 Apr 2023 11:31:58 -0500 Subject: [PATCH 2/2] Enable PVP flow for source-build-externals (#16002) --- .../content/repo-projects/source-build-externals.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SourceBuild/content/repo-projects/source-build-externals.proj b/src/SourceBuild/content/repo-projects/source-build-externals.proj index 6f905da54..e4d376bd0 100644 --- a/src/SourceBuild/content/repo-projects/source-build-externals.proj +++ b/src/SourceBuild/content/repo-projects/source-build-externals.proj @@ -3,6 +3,7 @@ $(StandardSourceBuildCommand) $(StandardSourceBuildArgs) + DependenciesOnly