提交 777ac3a4 编写于 作者: D Divino César 提交者: Davis Goodin

Fix stage chaining (dotnet/core-setup#8142)



Commit migrated from https://github.com/dotnet/core-setup/commit/50a1494757e59b171d3c0b9d1508571b08a3dd24
上级 e4d67164
......@@ -183,27 +183,27 @@ stages:
# bar: <Name of the Arcade variable that contains the ID of this channel in BAR>
# storage: <Name of the Latest channel to publish to in dotnetcli blob storage>
dependsOnPublishStages:
- dependsOn: NetCore_Dev30_Publish_Validation
- dependsOn: NetCore_Dev30_Publish
channel:
name: .NET Core 3 Dev
bar: PublicDevRelease_30_Channel_Id
storage: release/3.0
- dependsOn: NetCore_Dev31_Publish_Validation
- dependsOn: NetCore_Dev31_Publish
channel:
name: .NET Core 3.1 Dev
bar: PublicDevRelease_31_Channel_Id
storage: release/3.1
- dependsOn: NetCore_Release31_Publish_Validation
- dependsOn: NetCore_Release31_Publish
channel:
name: .NET Core 3.1 Release
bar: PublicRelease_31_Channel_Id
storage: release/3.1-preview1
- dependsOn: NetCore_Dev5_Publish_Validation
- dependsOn: NetCore_Dev5_Publish
channel:
name: .NET Core 5 Dev
bar: NetCore_5_Dev_Channel_Id
storage: master
- dependsOn: PVR_PublishValidation
- dependsOn: PVR_Publish
channel:
name: .NET Tools - Validation
bar: PublicValidationRelease_30_Channel_Id
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册