We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed90cf9 commit 1211301Copy full SHA for 1211301
eng/pipelines/templates/stages/archetype-cpp-release.yml
@@ -197,6 +197,7 @@ stages:
197
198
- task: AzureCLI@2
199
displayName: Authenticate to OpenSource API
200
+ condition: and(succeeded(), eq(variables['PublishToVcpkg'], 'true'))
201
inputs:
202
azureSubscription: opensource-api-connection
203
scriptType: pscore
@@ -211,7 +212,7 @@ stages:
211
212
- pwsh: |
213
$notifyUsers = ./eng/scripts/Get-TriggeringUserGitHubAlias.ps1 `
214
-EmailAddress "$($env:BUILD_REQUESTEDFOREMAIL)" `
- -OpenApiToken "$(opensource-api-token)"
215
+ -OpenApiToken "$(opensource-api-token)" `
216
-Fallback '@rickwinter @ahsonkhan @antkmsft @gearama @LarryOsterman'
217
218
$prComment = "Adding ${{ artifact.Name }} to release"
0 commit comments