From 6b841b4b660324c4a33458310270a8569a84d0ac Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 9 Feb 2023 07:34:07 -0600 Subject: [PATCH] Shutdown build servers for each SB repo project (#15488) --- src/SourceBuild/content/build.sh | 3 +-- src/SourceBuild/content/repo-projects/Directory.Build.targets | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/SourceBuild/content/build.sh b/src/SourceBuild/content/build.sh index f01633b43..e61ce1b25 100755 --- a/src/SourceBuild/content/build.sh +++ b/src/SourceBuild/content/build.sh @@ -37,8 +37,7 @@ while :; do lowerI="$(echo $1 | awk '{print tolower($0)}')" case $lowerI in --clean-while-building) - # TODO: Reenable with https://github.com/dotnet/source-build/issues/3233 - # MSBUILD_ARGUMENTS+=( "-p:CleanWhileBuilding=true") + MSBUILD_ARGUMENTS+=( "-p:CleanWhileBuilding=true") ;; --online) MSBUILD_ARGUMENTS+=( "-p:BuildWithOnlineSources=true") diff --git a/src/SourceBuild/content/repo-projects/Directory.Build.targets b/src/SourceBuild/content/repo-projects/Directory.Build.targets index 770293dea..6bc3d017d 100644 --- a/src/SourceBuild/content/repo-projects/Directory.Build.targets +++ b/src/SourceBuild/content/repo-projects/Directory.Build.targets @@ -271,6 +271,9 @@ DependsOnTargets="BuildRepoReferences" Inputs="$(MSBuildProjectFullPath)" Outputs="$(RepoCompletedSemaphorePath)Build.complete"> + + +