Skip to content

Commit c67123a

Browse files
committed
Add channel for '.NET 5 Preview 1'
1 parent 2bfe43e commit c67123a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ variables:
2929
- name: _DotNetValidationArtifactsCategory
3030
value: .NETCoreValidation
3131

32+
# Fill in missing channel name variables.
33+
- name: Net_5_Preview1_Channel_Id
34+
value: 737
35+
3236
# Produce test-signed build for PR and Public builds
3337
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
3438
- name: SignType
@@ -93,6 +97,13 @@ stages:
9397
storage: master
9498
public: true
9599

100+
- dependsOn: Net5_Preview1_Publish
101+
channel:
102+
name: .NET 5 Preview 1
103+
bar: Net_5_Preview1_Channel_Id
104+
storage: release/5.1-preview1
105+
public: true
106+
96107
- dependsOn: General_Testing_Publish
97108
channel:
98109
name: General Testing

0 commit comments

Comments
 (0)