From d9286fd4f88fb219acea6160a86c65cd44f2e34a Mon Sep 17 00:00:00 2001 From: Nikolaj Date: Wed, 19 Oct 2022 14:32:05 +0200 Subject: [PATCH] Re-add push to nuget step --- build/azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index ee217a8b85..e2abf8767d 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -527,8 +527,10 @@ stages: - task: NuGetCommand@2 displayName: NuGet push inputs: - command: restore - projects: $(solution) + command: 'push' + packagesToPush: $(Build.ArtifactStagingDirectory)/**/*.nupkg + nuGetFeedType: 'external' + publishFeedCredentials: 'NuGet - Umbraco.*' - stage: Upload_API_Docs pool: