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"