Fixed bug "dotnet nuget push -n" (#730)

* Use .NET 6.0

* 2

* remove depends on

* -n

* Fixed bug "dotnet nuget push -n"
This commit is contained in:
Stef Heyenrath
2022-02-25 21:33:55 +01:00
committed by GitHub
parent 8a5f1837ab
commit 02d28a34fd
2 changed files with 14 additions and 3 deletions

View File

@@ -43,4 +43,4 @@ steps:
inputs:
command: custom
custom: nuget
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true -s https://api.nuget.org/v3/index.json -k $(NuGetKey) --skip-duplicate
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n -s https://api.nuget.org/v3/index.json -k $(NuGetKey) --skip-duplicate