mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-30 22:32:56 +02:00
Doesn't push symbols (even if present).
This commit is contained in:
@@ -82,4 +82,4 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
command: custom
|
command: custom
|
||||||
custom: nuget
|
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)
|
||||||
Reference in New Issue
Block a user