Re-add push to nuget step
This commit is contained in:
@@ -527,8 +527,10 @@ stages:
|
|||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: NuGet push
|
displayName: NuGet push
|
||||||
inputs:
|
inputs:
|
||||||
command: restore
|
command: 'push'
|
||||||
projects: $(solution)
|
packagesToPush: $(Build.ArtifactStagingDirectory)/**/*.nupkg
|
||||||
|
nuGetFeedType: 'external'
|
||||||
|
publishFeedCredentials: 'NuGet - Umbraco.*'
|
||||||
|
|
||||||
- stage: Upload_API_Docs
|
- stage: Upload_API_Docs
|
||||||
pool:
|
pool:
|
||||||
|
|||||||
Reference in New Issue
Block a user