Skip to content

Commit

Permalink
adding tagSource & symbols filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jun 9, 2019
1 parent 100effb commit 1507b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ stages:
inputs:
gitHubConnection: GitHub
title: '$(ReleaseDisplayName)'
tagSource: manual
tag: 'v$(VersionName)'
isPreRelease: $(IS_PREVIEW)
assets: '$(Pipeline.Workspace)/**/*.nupkg'
Expand All @@ -142,6 +143,6 @@ stages:
displayName: NuGet Push
inputs:
command: push
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg;$(Pipeline.Workspace)/**/*.symbols.nupkg'
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg;!$(Pipeline.Workspace)/**/*.symbols.nupkg'
nuGetFeedType: external
publishFeedCredentials: 'NuGet'

0 comments on commit 1507b56

Please sign in to comment.