Update channel info and stage dependencies for preview3
This commit is contained in:
parent
30b2fc31c2
commit
3ee962859a
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue