Skip to content

Commit c7e1f4a

Browse files
committed
Add PreBuild Dep
1 parent f83e51f commit c7e1f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipelines/run-pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
stages:
22
- stage: setup
33
displayName: ACN
4+
dependsOn:
5+
- prebuild
46
variables:
5-
67
ACN_DEVOPS_DIR: $(Build.SourcesDirectory)/azure-container-networking
78
jobs:
89
- job: copy

0 commit comments

Comments
 (0)