From 1434995df1d681ae48152c8d8c370c33d364f46a Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Sat, 7 Dec 2019 07:43:56 -0800 Subject: [PATCH] Remove incorrect stage dependencies (#5793) (#5842) Remove dependencies on stages that do not exist. Keep stages that are necessary for servicing branches --- .vsts-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 2a47781bc..40b3568a5 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -277,13 +277,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: