From ea6a8d3b73df2a6fe114fd370962e54349d605f3 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 31 Oct 2019 20:43:12 +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 fc0d5552..9d28e613 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 -n true -s https://api.nuget.org/v3/index.json -k $(NuGetKey) \ No newline at end of file + arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true -s https://www.myget.org/F/wiremock-net/api/v3/index.json -k $(MyGetKey) \ No newline at end of file