Skip to content

Commit eb6bc96

Browse files
authored
Merge pull request #3280 from microsoftgraph/task/depend-on-stage
Fix: Depend on previous stage
2 parents 712efcd + 802337a commit eb6bc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ extends:
165165

166166
- stage: PushDockerImageToRegistry
167167
condition: and(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])), not(contains(variables['Build.SourceBranch'], '-preview')))
168-
dependsOn: []
168+
dependsOn: stage
169169
displayName: 'Push docker image'
170170
jobs:
171171
- job: PushDockerImage

0 commit comments

Comments
 (0)