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