Skip to content

Commit 5fff736

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 758b875 commit 5fff736

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ stages:
7171
- task: DotNetCoreCLI@2
7272
inputs:
7373
command: 'push'
74-
packagesToPush: '$(System.ArtifactsDirectory)/*.nupkg'
74+
packagesToPush: '**/*.nupkg'
7575
nuGetFeedType: 'external'
76-
publishFeedCredentials: 'nuget.org'
76+
publishFeedCredentials: 'nuget.org'
77+
workingDirectory: '$(System.ArtifactsDirectory)'

0 commit comments

Comments
 (0)