Skip to content

Commit bf787a3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ stages:
6868
artifactName: drop
6969
itemPattern: '**/*.nupkg'
7070
downloadPath: '$(System.ArtifactsDirectory)'
71-
- task: DotNetCoreCLI@2
71+
- task: NuGetCommand@2
7272
inputs:
7373
command: 'push'
74-
packagesToPush: '$(System.ArtifactsDirectory)/drop/*.nupkg'
74+
packagesToPush: '$(System.ArtifactsDirectory)/**/*.nupkg;!$(System.ArtifactsDirectory)/**/*.symbols.nupkg'
7575
nuGetFeedType: 'external'
7676
publishFeedCredentials: 'nuget.org'

0 commit comments

Comments
 (0)