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 948a40f commit d9a924fCopy full SHA for d9a924f
.pipelines/run-pipeline.yaml
@@ -44,8 +44,8 @@ stages:
44
45
- template: templates/run-unit-tests.stages.yaml@acn-devops
46
47
-- stage: build
48
- displayName: "Build Project"
+- stage: build_acndevops
+ displayName: "Build Project PR"
49
dependsOn:
50
- setup
51
- unittest
@@ -202,8 +202,8 @@ stages:
202
archiveVersion: $(NPM_VERSION)
203
imageTag: $(Build.BuildNumber)
204
205
206
+- stage: build_release
+ displayName: "Build Project Release"
207
208
209
0 commit comments