Skip to content

Commit

Permalink
Update azure-pipelines.release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Dec 7, 2020
1 parent bc87013 commit 41dfba3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
displayName: NuGet push
inputs:
command: push
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'NuGet'

0 comments on commit 41dfba3

Please sign in to comment.