Skip to content

Commit

Permalink
Insertion depends on DARC publishing (#54420)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson committed Jun 27, 2021
1 parent 5326747 commit 7cf4162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ stages:
vmImage: vs2017-win2016

- stage: insert
dependsOn: build
dependsOn:
- build
- publish_using_darc
displayName: Insert to VS

jobs:
Expand Down

0 comments on commit 7cf4162

Please sign in to comment.