We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752aff1 commit 9bf11c6Copy full SHA for 9bf11c6
eng/pipelines/templates/stages/archetype-rust-release.yml
@@ -135,15 +135,6 @@ stages:
135
approvers: ${{ coalesce(variables['Build.RequestedForEmail'], '[email protected]') }}
136
serviceendpointurl: 'https://api.esrp.microsoft.com/'
137
mainpublisher: 'ESRPRELPACMANTEST'
138
-
139
- - pwsh: |
140
- Write-Host "Fail if it's the first attempt..."
141
- if ('$(System.JobAttempt)' -eq '1') {
142
- Write-Host "Failing job on the first attempt"
143
- exit 1
144
- }
145
- Write-Host "Not the first attempt, continuing..."
146
- displayName: 'Fail first attempt to test retry behavior'
147
148
- job: UpdatePackageVersion
149
displayName: "API Review and Package Version Update"
0 commit comments