Skip to content

Commit 3a47657

Browse files
committed
Propage vars to last stage
1 parent 772f694 commit 3a47657

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vsts/python-nightly.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ stages:
135135

136136
condition: always()
137137
- stage: cleanup
138-
dependsOn: setup, build_and_tests
138+
dependsOn:
139+
- setup
140+
- build_and_tests
139141
condition: always() # Run stage even if the pipeline run is cancelled.
140142
jobs:
141143
- job: destroy_azure_resource_group

0 commit comments

Comments
 (0)