Skip to content

Commit e972d74

Browse files
authored
Remove VSIX publishing from bootstrap leg (#81048)
1 parent 18e5d75 commit e972d74

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

eng/pipelines/build-bootstrap.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,3 @@ steps:
3131
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\packages\Release\PreRelease'
3232
ArtifactName: 'Bootstrap Packages - ${{parameters.toolset}}'
3333
publishLocation: Container
34-
35-
- task: PublishBuildArtifacts@1
36-
displayName: Publish VSIX Packages
37-
inputs:
38-
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\VSSetup\Release\Installer'
39-
ArtifactName: 'Bootstrap VSIX - ${{parameters.toolset}}'
40-
publishLocation: Container

0 commit comments

Comments
 (0)