Re-add push to nuget step

This commit is contained in:
Nikolaj
2022-10-19 14:32:05 +02:00
parent 5315f4df1b
commit d9286fd4f8

View File

@@ -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: