Remove broken duplicate nuget push command

This commit is contained in:
Nikolaj
2022-10-19 14:09:01 +02:00
parent 1c5e7956f9
commit 5315f4df1b

View File

@@ -501,11 +501,6 @@ stages:
inputs:
artifact: nupkg
path: $(Build.ArtifactStagingDirectory)/nupkg
- task: NuGetCommand@2
displayName: NuGet push
inputs:
command: restore
projects: $(solution)
- task: NuGetCommand@2
displayName: NuGet push
inputs: