From 4886ac619680d8797659a6e9ab1b29aaf36e1166 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 31 Oct 2019 20:34:23 +0100 Subject: [PATCH] Push to MyGet --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e9f1216b..fc0d5552 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -85,4 +85,4 @@ steps: inputs: command: custom custom: nuget - arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg --no-symbols --source https://www.myget.org/F/wiremock-net/api/v3/index.json --no-service-endpoint --api-key $(MyGetKey) \ No newline at end of file + arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true -s https://api.nuget.org/v3/index.json -k $(NuGetKey) \ No newline at end of file