Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down