Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Feb 23, 2021
2 parents d647a88 + 5c48201 commit 46736c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ stages:
- task: NuGetCommand@2
displayName: nuget.org
inputs:
command: push
command: 'push'
packagesToPush: '$(System.ArtifactsDirectory)/nuget/*.nupkg'
nuGetFeedType: external
publishFeedCredentials: 'nuget.org (aloneguid)'
nuGetFeedType: 'external'
publishFeedCredentials: 'nuget.org'

0 comments on commit 46736c5

Please sign in to comment.