We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02a91f commit 8ef4d36Copy full SHA for 8ef4d36
build.yml
@@ -93,3 +93,11 @@ jobs:
93
inputs:
94
pathToPublish: $(Build.ArtifactStagingDirectory)
95
artifactName: azure-pipelines-vscode
96
+ - task: UniversalPackages@0
97
+ inputs:
98
+ command: 'publish'
99
+ vstsFeed: 'b5e21e33-9745-400e-8ad9-e9df6cf7c119'
100
+ publishDirectory: '$(Build.ArtifactStagingDirectory)'
101
+ feedsToUsePublish: 'internal'
102
+ vstsFeedPublish: 'b5e21e33-9745-400e-8ad9-e9df6cf7c119'
103
+ versionOption: 'patch'
0 commit comments