Skip to content

Commit f0ee5d5

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

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

0 commit comments

Comments
 (0)