Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Ryan Newington
2023-02-02 07:17:23 +11:00
parent 66507e3708
commit 37662db35d
+5
View File
@@ -138,6 +138,11 @@ stages:
nuGetFeedType: 'internal' nuGetFeedType: 'internal'
publishVstsFeed: '91a552bc-359d-4f28-bdbd-f36f71cfdf81' publishVstsFeed: '91a552bc-359d-4f28-bdbd-f36f71cfdf81'
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)'
publishLocation: 'pipeline'
- stage: publish - stage: publish
displayName: Publish packages to production feed displayName: Publish packages to production feed
dependsOn: "build" dependsOn: "build"