Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b3faa7e

Browse files
committed
Only create VS Installer VSIX in separate dir
1 parent a728ccb commit b3faa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
maxParallel: 2
2121
matrix:
2222
VSMarketplace:
23-
ArtifactDirectory: '$(Build.ArtifactStagingDirectory)\VSMarketplace'
23+
ArtifactDirectory: '$(Build.ArtifactStagingDirectory)'
2424
IsProductComponent: false
2525
VSInstaller:
2626
ArtifactDirectory: '$(Build.ArtifactStagingDirectory)\VSInstaller'

0 commit comments

Comments
 (0)