Doesn't push symbols (even if present).

This commit is contained in:
Stef Heyenrath
2019-10-25 17:56:21 +02:00
parent 2e78a04f3d
commit fc024678fa

View File

@@ -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)
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)