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: