Update channel info and stage dependencies for preview3

This commit is contained in:
Matt Mitchell 2020-03-31 15:40:49 -07:00
parent 30b2fc31c2
commit 3ee962859a
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,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_Dev5_Publish
- Net5_Preview3_Publish
jobs:
- job: Copy_SDK_To_Latest
pool:

View file

@ -1,5 +1,5 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Channel>master</Channel>
<Channel>release/5.0.1xx-preview3</Channel>
</PropertyGroup>
</Project>