Skip to content

Commit

Permalink
separate NuGet.org deploy into its own stage
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Feb 6, 2020
1 parent 63aca2a commit 616b6a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ stages:
nuGetFeedType: external
publishFeedCredentials: 'Prism.Plugins - MyGet'

- stage: deployNuGetOrg
displayName: Deploy NuGets
dependsOn: deploy
jobs:
- deployment: NuGet
displayName: NuGet.org
environment: NuGet
Expand Down

0 comments on commit 616b6a9

Please sign in to comment.