Skip to content

Commit

Permalink
Update nuget.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidney Andrews committed Mar 5, 2020
1 parent e6572b9 commit 4988bff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ jobs:
displayName: Publish Package Artifacts
inputs:
pathToPublish: $(Build.ArtifactStagingDirectory)
artifactName: packages
artifactName: packages
- task: NuGetCommand@2
inputs:
command: 'push'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
nuGetFeedType: 'internal'
publishVstsFeed: '4b9d2483-81f3-40ba-b921-4a75ed052aaf/3567ec2e-b402-46b5-b181-087b785fa2d0'
allowPackageConflicts: true

0 comments on commit 4988bff

Please sign in to comment.