From 01171b9592543c3c2a0deb162872b8fa17676998 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 21 Sep 2019 11:15:46 +0200 Subject: [PATCH] Fix Push to NuGet --- azure-pipelines-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-nuget.yml b/azure-pipelines-nuget.yml index 1b1a8e51..1c79f4d6 100644 --- a/azure-pipelines-nuget.yml +++ b/azure-pipelines-nuget.yml @@ -43,4 +43,4 @@ steps: inputs: command: custom custom: nuget - arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg --source https://api.nuget.org/v3/index.json --nuget-api-key $(NuGetKey) --skip-duplicate \ No newline at end of file + arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg --api-key $(NuGetKey) \ No newline at end of file