Skip to content

Commit

Permalink
[release/5.0-preview2] Add publishing for p2 channel (#600)
Browse files Browse the repository at this point in the history
Add blob publishing for p2 channel publishing
  • Loading branch information
mmitche authored Mar 9, 2020
1 parent 186ea95 commit c846d25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ variables:
# Fill in missing channel name variables.
- name: Net_5_Preview1_Channel_Id
value: 737

# Fill in missing channel name variables.
- name: Net_5_Preview2_Channel_Id
value: 738

# Produce test-signed build for PR and Public builds
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
Expand Down Expand Up @@ -103,6 +107,13 @@ stages:
bar: Net_5_Preview1_Channel_Id
storage: release/5.0-preview1
public: true

- dependsOn: Net5_Preview2_Publish
channel:
name: .NET 5 Preview 2
bar: Net_5_Preview2_Channel_Id
storage: release/5.0-preview2
public: true

- dependsOn: General_Testing_Publish
channel:
Expand Down

0 comments on commit c846d25

Please sign in to comment.