Move publishing off hosted ADO machines, again (#50405)
authorLukas Lansky <lulansky@microsoft.com>
Tue, 30 Mar 2021 09:48:34 +0000 (11:48 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 09:48:34 +0000 (11:48 +0200)
Co-authored-by: Matt Galbraith <MattGal@users.noreply.github.com>
eng/common/post-build/publish-using-darc.ps1

index 2427ca6..b6e55f5 100644 (file)
@@ -55,12 +55,15 @@ try {
       $optionalParams.Add($SigningValidationAdditionalParameters) | Out-Null
     }
   }
-
+  # note the custom branch to work around https://github.com/dotnet/arcade/issues/6987 .  Try to keep this rebased off master if publishing changes
+  
+  Write-Host "Using Arcade branch master-workaround-publishing-issue to work around disk space issues with alternate build pool.  Will be lost on Arcade updates as this is in eng common.  Contact dnceng for questions."
+  
   & $darc add-build-to-channel `
   --id $buildId `
   --publishing-infra-version $PublishingInfraVersion `
   --default-channels `
-  --source-branch main `
+  --source-branch master-workaround-publishing-issue `
   --azdev-pat $AzdoToken `
   --bar-uri $MaestroApiEndPoint `
   --password $MaestroToken `