Skip to content

Commit

Permalink
Revert changes to publish-using-darc.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
riarenas authored Apr 3, 2021
1 parent 8c7a9ef commit f5cf2b7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions eng/common/post-build/publish-using-darc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
Expand Down

0 comments on commit f5cf2b7

Please sign in to comment.