From ae0c3c8b4b1cffd0eb59b3d64c242450d884e69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Karger=20=E3=83=84=20=E2=98=80?= Date: Fri, 8 May 2020 17:16:36 +0200 Subject: [PATCH] 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 --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a47b6c1..8991865 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'