Remove broken duplicate nuget push command
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user