From 7428d3f606edad0115cc62b9b0db183cd85fde7a Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 20 Feb 2020 16:58:03 -0600 Subject: [PATCH] Add channel for '.NET 5 Preview 1' --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee01c75f6..b1cf6c847 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,6 +29,10 @@ variables: - name: _DotNetValidationArtifactsCategory value: .NETCoreValidation + # Fill in missing channel name variables. + - name: Net_5_Preview1_Channel_Id + value: 737 + # Produce test-signed build for PR and Public builds - ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - name: SignType @@ -93,6 +97,13 @@ stages: storage: master public: true + - dependsOn: Net5_Preview1_Publish + channel: + name: .NET 5 Preview 1 + bar: Net_5_Preview1_Channel_Id + storage: release/5.0-preview1 + public: true + - dependsOn: General_Testing_Publish channel: name: General Testing