Fixup stage dependencies (#8739)
This commit is contained in:
parent
5688800e91
commit
76d89ea0c0
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ stages:
|
||||||
dependsOn:
|
dependsOn:
|
||||||
# This will run only after all the publishing stages have run.
|
# This will run only after all the publishing stages have run.
|
||||||
# These stages are introduced in the eng/common/templates/post-build/channels YAML templates
|
# These stages are introduced in the eng/common/templates/post-build/channels YAML templates
|
||||||
- NetCore_Dev6_Publish
|
- publish_using_darc
|
||||||
jobs:
|
jobs:
|
||||||
- job: Copy_SDK_To_Latest
|
- job: Copy_SDK_To_Latest
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Reference in a new issue