Fix Push to NuGet

This commit is contained in:
Stef Heyenrath
2019-09-21 11:15:46 +02:00
parent d6f44b2202
commit 01171b9592

View File

@@ -43,4 +43,4 @@ steps:
inputs:
command: custom
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)