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