From 6b8a30c3fff3d065650aa42a184953bc8d1c47bf Mon Sep 17 00:00:00 2001 From: mole Date: Fri, 25 Apr 2025 09:57:17 +0200 Subject: [PATCH] Use DotnetCoreCLI instead of NuGetCommand --- 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 767c0848cf..48b0049b0a 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -837,7 +837,7 @@ stages: inputs: artifact: nupkg path: $(Build.ArtifactStagingDirectory)/nupkg - - task: NuGetCommand@2 + - task: DotnetCoreCLI@2 displayName: NuGet push inputs: command: "push"