diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe91460e..c02c9dde 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -82,4 +82,4 @@ steps: inputs: command: custom custom: nuget - arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg --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 --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