Skip to content

Commit 45a71ca

Browse files
committed
Add dependsOn to Publish stage
1 parent d13ab88 commit 45a71ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/releaseBuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ stages:
117117
displayName: Upload module artifact
118118
119119
# Now on to the compliance stage
120-
- stage: compliance
120+
- stage: Compliance
121121
displayName: Compliance
122122
dependsOn: Build
123123
jobs:
@@ -150,6 +150,7 @@ stages:
150150
stages:
151151
- stage: Publish
152152
displayName: Publish
153+
dependsOn: Compliance
153154
pool:
154155
name: 1ES
155156
demands:

0 commit comments

Comments
 (0)