Skip to content

Commit 9bf11c6

Browse files
committed
Remove test step
1 parent 752aff1 commit 9bf11c6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

eng/pipelines/templates/stages/archetype-rust-release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,6 @@ stages:
135135
approvers: ${{ coalesce(variables['Build.RequestedForEmail'], '[email protected]') }}
136136
serviceendpointurl: 'https://api.esrp.microsoft.com/'
137137
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'
147138

148139
- job: UpdatePackageVersion
149140
displayName: "API Review and Package Version Update"

0 commit comments

Comments
 (0)