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 af7a0ad commit 2e0fa7cCopy full SHA for 2e0fa7c
build/pr-cleanup-pipeline.yml
@@ -14,7 +14,10 @@ resources:
14
include:
15
- '*'
16
stages:
17
- - cleanup
+ - testStu3
18
+ - testR4
19
+ - testR4B
20
+ - testR5
21
22
variables:
23
- template: pr-variables.yml
build/pr-pipeline.yml
@@ -442,16 +442,4 @@ stages:
442
name: '$(DefaultLinuxPool)'
443
vmImage: '$(LinuxVmImage)'
444
steps:
445
- - template: ./jobs/aggregate-coverage.yml
446
-
447
-- stage: cleanup
448
- displayName: 'Cleanup Azure Environment'
449
- dependsOn:
450
- - testStu3
451
- - testR4
452
- - testR4B
453
- - testR5
454
- condition: succeeded()
455
- jobs:
456
- - template: ./jobs/cleanup.yml
457
+ - template: ./jobs/aggregate-coverage.yml
0 commit comments