We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a5558 commit abfdc8eCopy full SHA for abfdc8e
azure-pipelines.yml
@@ -120,6 +120,15 @@ jobs:
120
ArtifactType: Container
121
displayName: Publish build_logs artifacts
122
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'))
132
133
- job: Ubuntu_Xenial
134
dependsOn: Windows
0 commit comments