Revert "Use DotnetCoreCLI instead of NuGetCommand"

This reverts commit 6b8a30c3ff.
This commit is contained in:
mole
2025-04-25 11:19:48 +02:00
parent c8b2ae58e0
commit e7a5a5623d

View File

@@ -837,7 +837,7 @@ stages:
inputs: inputs:
artifact: nupkg artifact: nupkg
path: $(Build.ArtifactStagingDirectory)/nupkg path: $(Build.ArtifactStagingDirectory)/nupkg
- task: DotnetCoreCLI@2 - task: NuGetCommand@2
displayName: NuGet push displayName: NuGet push
inputs: inputs:
command: "push" command: "push"