From 084dfc7b6b0ebc88d79f00ce100a0f00700d9ae9 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Tue, 12 Nov 2019 17:26:47 -0600 Subject: [PATCH] Fix the validation channel's variable name (dotnet/core-setup#8844) Commit migrated from https://github.com/dotnet/core-setup/commit/6fab00563d09dca0d2b777a4f0dbda59d19c8546 --- 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 355ed76..9d6b705 100644 --- a/eng/pipelines/installer/azure-pipelines.yml +++ b/eng/pipelines/installer/azure-pipelines.yml @@ -266,6 +266,6 @@ stages: - dependsOn: PVR_Publish channel: name: .NET Tools - Validation - bar: PublicValidationRelease_30_Channel_Id + bar: NetCore_Tools_Validation_Channel_Id storage: dev/validation public: true -- 2.7.4