We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758b875 commit 5fff736Copy full SHA for 5fff736
azure-pipelines.yml
@@ -71,6 +71,7 @@ stages:
71
- task: DotNetCoreCLI@2
72
inputs:
73
command: 'push'
74
- packagesToPush: '$(System.ArtifactsDirectory)/*.nupkg'
+ packagesToPush: '**/*.nupkg'
75
nuGetFeedType: 'external'
76
- publishFeedCredentials: 'nuget.org'
+ publishFeedCredentials: 'nuget.org'
77
+ workingDirectory: '$(System.ArtifactsDirectory)'
0 commit comments