Push to MyGet

This commit is contained in:
Stef Heyenrath
2019-10-31 20:34:23 +01:00
parent 0ca63eef66
commit 4886ac6196

View File

@@ -85,4 +85,4 @@ steps:
inputs:
command: custom
custom: nuget
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)
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true -s https://api.nuget.org/v3/index.json -k $(NuGetKey)