Skip to content

Commit 8ef4d36

Browse files
committed
Update build.yml for Azure Pipelines
1 parent e02a91f commit 8ef4d36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,11 @@ jobs:
9393
inputs:
9494
pathToPublish: $(Build.ArtifactStagingDirectory)
9595
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

Comments
 (0)