Skip to content

Commit

Permalink
publish symbols packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jun 5, 2020
1 parent 7b0e6d6 commit 8ab8773
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ stages:
displayName: NuGet Push
inputs:
command: push
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg'
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg;$(Pipeline.Workspace)/**/*.snupkg'
nuGetFeedType: external
publishFeedCredentials: 'Prism-MyGet'

Expand Down Expand Up @@ -210,13 +210,14 @@ stages:
assets: |
$(DLLArtifactsZip)
$(Pipeline.Workspace)/**/*.nupkg
$(Pipeline.Workspace)/**/*.snupkg
isDraft: true
addChangeLog: true

- task: NuGetCommand@2
displayName: NuGet Push
inputs:
command: push
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg;!$(Pipeline.Workspace)/**/*.symbols.nupkg'
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg;$(Pipeline.Workspace)/**/*.snupkg'
nuGetFeedType: external
publishFeedCredentials: 'NuGet.org'

0 comments on commit 8ab8773

Please sign in to comment.