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 5fff736 commit f0ee5d5Copy full SHA for f0ee5d5
azure-pipelines.yml
@@ -71,7 +71,6 @@ stages:
71
- task: DotNetCoreCLI@2
72
inputs:
73
command: 'push'
74
- packagesToPush: '**/*.nupkg'
+ packagesToPush: '$(System.ArtifactsDirectory)/drop/*.nupkg'
75
nuGetFeedType: 'external'
76
publishFeedCredentials: 'nuget.org'
77
- workingDirectory: '$(System.ArtifactsDirectory)'
0 commit comments