Skip to content

Commit

Permalink
Push packages to PublicCI feed
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jun 19, 2019
1 parent 92a5558 commit abfdc8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ jobs:
ArtifactType: Container
displayName: Publish build_logs artifacts
condition: succeededOrFailed()
- task: NuGetCommand@2
displayName: Pushing package to PublicCI feed
inputs:
command: push
packagesToPush: $(Build.ArtifactStagingDirectory)/deployables/*.*nupkg
nuGetFeedType: internal
publishVstsFeed: 6ed146e5-8e9c-46d6-a40f-da9367ed50cd/c20edbb7-8403-4456-8f43-f46b47e360b1
allowPackageConflicts: true
condition: and(succeeded(), ne(variables['System.PullRequest.IsFork'], 'true'))

- job: Ubuntu_Xenial
dependsOn: Windows
Expand Down

0 comments on commit abfdc8e

Please sign in to comment.