From 385958c17ab084c653fdaa75ae8e916243e71521 Mon Sep 17 00:00:00 2001 From: Enrico Sada Date: Thu, 13 Dec 2018 20:35:17 +0100 Subject: [PATCH] push to myget --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7128854..25bbfdc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,15 @@ jobs: inputs: pathtoPublish: 'artifact/nupkg' artifactName: 'nupkgs' + - task: NuGetCommand@2 + condition: succeeded() + inputs: + command: push + nuGetFeedType: external + publishFeedCredentials: 'Jet-MyGet' + versioningScheme: byEnvVar + versionEnvVar: Version + packagesToPush: 'artifact/nupkg/*.nupkg' - job: Linux pool: vmImage: 'ubuntu-16.04'