mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 17:28:27 +02:00
Fix Push to NuGet
This commit is contained in:
@@ -43,4 +43,4 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
command: custom
|
command: custom
|
||||||
custom: nuget
|
custom: nuget
|
||||||
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg --source https://api.nuget.org/v3/index.json --nuget-api-key $(NuGetKey) --skip-duplicate
|
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg --api-key $(NuGetKey)
|
||||||
Reference in New Issue
Block a user