From fc024678fa2f77a16bafae58b6172767225dc4ed Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 25 Oct 2019 17:56:21 +0200 Subject: [PATCH] Doesn't push symbols (even if present). --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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