From fbf95cc98cadd9ba34f3e46f1c3241decd784a9b Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Fri, 17 Jan 2020 11:22:08 -0600 Subject: [PATCH 1/2] Uptake validation channel name changes --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2680de5a0..7cc641b51 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -89,9 +89,9 @@ stages: storage: master public: true - - dependsOn: PVR_Publish + - dependsOn: Net_Eng_Validation_Publish channel: - name: .NET Tools - Validation - bar: PublicValidationRelease_30_Channel_Id + name: .NET Eng - Validation + bar: Net_Eng_Validation_Channel_Id storage: dev/validation public: true From 8aee280dbb4485fa66341a3cbf2a9748bf1071c3 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Fri, 17 Jan 2020 11:30:32 -0600 Subject: [PATCH 2/2] Use new testing channel --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7cc641b51..74f69b3f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -89,9 +89,9 @@ stages: storage: master public: true - - dependsOn: Net_Eng_Validation_Publish + - dependsOn: General_Testing_Publish channel: - name: .NET Eng - Validation - bar: Net_Eng_Validation_Channel_Id + name: General Testing + bar: GeneralTesting_Channel_Id storage: dev/validation public: true