We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ee5d5 commit bf787a3Copy full SHA for bf787a3
azure-pipelines.yml
@@ -68,9 +68,9 @@ stages:
68
artifactName: drop
69
itemPattern: '**/*.nupkg'
70
downloadPath: '$(System.ArtifactsDirectory)'
71
- - task: DotNetCoreCLI@2
+ - task: NuGetCommand@2
72
inputs:
73
command: 'push'
74
- packagesToPush: '$(System.ArtifactsDirectory)/drop/*.nupkg'
+ packagesToPush: '$(System.ArtifactsDirectory)/**/*.nupkg;!$(System.ArtifactsDirectory)/**/*.symbols.nupkg'
75
nuGetFeedType: 'external'
76
publishFeedCredentials: 'nuget.org'
0 commit comments