From 5315f4df1b3992de3906d8fe10552613558d4909 Mon Sep 17 00:00:00 2001 From: Nikolaj Date: Wed, 19 Oct 2022 14:09:01 +0200 Subject: [PATCH] Remove broken duplicate nuget push command --- build/azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 3d49edabe1..ee217a8b85 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -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: