From e7a5a5623d885aad651a058901b6607756cc2664 Mon Sep 17 00:00:00 2001 From: mole Date: Fri, 25 Apr 2025 11:19:48 +0200 Subject: [PATCH] Revert "Use DotnetCoreCLI instead of NuGetCommand" This reverts commit 6b8a30c3fff3d065650aa42a184953bc8d1c47bf. --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 48b0049b0a..767c0848cf 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -837,7 +837,7 @@ stages: inputs: artifact: nupkg path: $(Build.ArtifactStagingDirectory)/nupkg - - task: DotnetCoreCLI@2 + - task: NuGetCommand@2 displayName: NuGet push inputs: command: "push"