Skip to content

Commit

Permalink
#475 try to fix dependencies between stages again
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Apr 12, 2024
1 parent f107cb3 commit 7ef17a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ stages:
pool:
vmImage: "windows-2019"
condition: and(succeeded(), or(eq(variables.isProd, true), eq(variables.isQA, true), eq(variables.isDebug, true)))
dependsOn : integration
dependsOn : report
jobs:
- job: create_zip_name_variable
steps:
Expand Down

0 comments on commit 7ef17a4

Please sign in to comment.