Remove incorrect stage dependencies (#5793)
Remove dependencies on stages that do not exist. Keep stages that are necessary for servicing branches
This commit is contained in:
parent
9d1b9822c2
commit
2da3d94c7b
1 changed files with 0 additions and 5 deletions
|
@ -276,13 +276,8 @@ stages:
|
|||
- stage: copy_to_latest
|
||||
displayName: Copy to latest
|
||||
dependsOn:
|
||||
# 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
|
||||
- NetCore_Dev31_Publish
|
||||
- NetCore_Dev5_Publish
|
||||
- NetCore_Release30_Publish
|
||||
- NetCore_Release31_Publish
|
||||
- PVR_Publish
|
||||
jobs:
|
||||
- job: Copy_SDK_To_Latest
|
||||
pool:
|
||||
|
|
Loading…
Add table
Reference in a new issue