Skip to content

Commit abfdc8e

Browse files
committed
Push packages to PublicCI feed
1 parent 92a5558 commit abfdc8e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ jobs:
120120
ArtifactType: Container
121121
displayName: Publish build_logs artifacts
122122
condition: succeededOrFailed()
123+
- task: NuGetCommand@2
124+
displayName: Pushing package to PublicCI feed
125+
inputs:
126+
command: push
127+
packagesToPush: $(Build.ArtifactStagingDirectory)/deployables/*.*nupkg
128+
nuGetFeedType: internal
129+
publishVstsFeed: 6ed146e5-8e9c-46d6-a40f-da9367ed50cd/c20edbb7-8403-4456-8f43-f46b47e360b1
130+
allowPackageConflicts: true
131+
condition: and(succeeded(), ne(variables['System.PullRequest.IsFork'], 'true'))
123132

124133
- job: Ubuntu_Xenial
125134
dependsOn: Windows

0 commit comments

Comments
 (0)