From 2b6f03ef1999ca2c50fd8d997b7d918aa86e62e3 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Tue, 17 Sep 2019 10:17:11 -0500 Subject: [PATCH] Internal servicing fix: match Arcade stage name (dotnet/core-setup#8283) Commit migrated from https://github.com/dotnet/core-setup/commit/52869cf2cb4bb5890dc4c5e250d68b9054130582 --- eng/pipelines/installer/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/installer/azure-pipelines.yml b/eng/pipelines/installer/azure-pipelines.yml index 2c511b55490..db20b53f192 100644 --- a/eng/pipelines/installer/azure-pipelines.yml +++ b/eng/pipelines/installer/azure-pipelines.yml @@ -196,7 +196,7 @@ stages: bar: PublicRelease_30_Channel_Id storage: release/3.0-preview9 public: true - - dependsOn: NetCore_30_Internal_Servicing_Publish + - dependsOn: NetCore_30_Internal_Servicing_Publishing channel: name: .NET Core 3 Internal Servicing bar: InternalServicing_30_Channel_Id -- GitLab