From 37662db35dd6fad11a1740c95d98006a6103b9cb Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Thu, 2 Feb 2023 07:17:23 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf3739e..1d205b4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -138,6 +138,11 @@ stages: nuGetFeedType: 'internal' publishVstsFeed: '91a552bc-359d-4f28-bdbd-f36f71cfdf81' + - task: PublishPipelineArtifact@1 + inputs: + targetPath: '$(Build.ArtifactStagingDirectory)' + publishLocation: 'pipeline' + - stage: publish displayName: Publish packages to production feed dependsOn: "build"