Fix publish to MyGet

This commit is contained in:
Nikolaj
2022-10-19 12:51:26 +02:00
parent a73eced29c
commit 1c5e7956f9

View File

@@ -506,12 +506,13 @@ stages:
inputs:
command: restore
projects: $(solution)
# TODO: Use NuGetCommand instead of DotNetCoreCLI
# - task: NuGetCommand@2
# displayName: Restore NuGet Packages
# inputs:
# restoreSolution: $(solution)
# feedsToUse: config
- task: NuGetCommand@2
displayName: NuGet push
inputs:
command: 'push'
packagesToPush: $(Build.ArtifactStagingDirectory)/**/*.nupkg
nuGetFeedType: 'external'
publishFeedCredentials: 'MyGet - Pre-releases'
- stage: Deploy_NuGet
displayName: NuGet release
dependsOn: