Use DotnetCoreCLI instead of NuGetCommand

This commit is contained in:
mole
2025-04-25 09:57:17 +02:00
parent 85c4fe8214
commit 6b8a30c3ff

View File

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