Removed the nuget publish for now, we will restore this as soon as the changes are in the main repository and there is access to the nuget organisation.

This commit is contained in:
Robin Krom
2020-01-29 10:39:18 +01:00
committed by Robin Krom
parent c9f9347670
commit 2a553c3804

View File

@@ -52,34 +52,3 @@ stages:
- publish: $(Build.ArtifactStagingDirectory)
artifact: drop
- stage: Deploy
jobs:
- deployment: DeployNuGet
pool:
vmImage: 'Windows-2019'
environment: 'NuGet'
strategy:
# default deployment strategy
runOnce:
deploy:
steps:
- task: DownloadPipelineArtifact@2
inputs:
artifact: 'drop'
- task: NuGetToolInstaller@0
displayName: 'Use NuGet 5.4.0'
inputs:
versionSpec: 5.4.0
checkLatest: true
- task: NuGetCommand@2
displayName: 'NuGet push'
inputs:
command: push
packagesToPush: '$(Pipeline.Workspace)/drop/*.nupkg;!$(Pipeline.Workspace)/drop/*.symbols.nupkg'
nuGetFeedType: internal
vstsFeed: https://pkgs.dev.azure.com/wpfnotify/47ad3688-2ac8-4838-831d-304f8d86514b/_packaging/NotifyIconBetaFeed/nuget/v3/index.json
# publishFeedCredentials: 'NotifyIcon nuget push'