Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/5.0-preview2] Add publishing for p2 channel #600

Merged
merged 1 commit into from
Mar 9, 2020
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 @@ -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