Update azure-pipelines.yml for Azure Pipelines

Publish NuGet packages to wpf-notifyicon feed

Name: wpf-notifyicon
Source: https://hardcodet.pkgs.visualstudio.com/941c79f1-9c6d-429b-b1a2-32150f672910/_packaging/wpf-notifyicon/nuget/v3/index.json
This commit is contained in:
Jan Karger ツ ☀
2020-05-08 17:16:36 +02:00
parent 617e533692
commit ae0c3c8b4b

View File

@@ -54,3 +54,11 @@ stages:
- publish: $(Build.ArtifactStagingDirectory)
artifact: drop
- task: NuGetCommand@2
displayName: 'Publish to wpf-notifyicon feed'
inputs:
command: 'push'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
nuGetFeedType: 'internal'
publishVstsFeed: '941c79f1-9c6d-429b-b1a2-32150f672910/4ecb6591-758f-46ad-ace7-a5505d87eee1'