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 18e5d75 commit e972d74Copy full SHA for e972d74
eng/pipelines/build-bootstrap.yml
@@ -31,10 +31,3 @@ steps:
31
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\packages\Release\PreRelease'
32
ArtifactName: 'Bootstrap Packages - ${{parameters.toolset}}'
33
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