Change copy-to-latest dependencies (#5687)

Remove the dependency on release channels (and the validation channel, which should not be used by core-sdk) in master, where we should never publish to those channels.  This is to get ready for https://github.com/dotnet/arcade/pull/4373. which will remove these stages from the build.
This commit is contained in:
Matt Mitchell 2019-11-18 09:05:18 -08:00 committed by GitHub
parent 559fbcdb63
commit 2f0e9e1826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,11 +264,7 @@ stages:
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: