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

Commit 7cdfc11

Browse files
committed
Create VSIX staging directory
1 parent 0f5537a commit 7cdfc11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ steps:
5151
filePath: '$(Build.SourcesDirectory)\scripts\Bump-Version.ps1'
5252
arguments: -BumpBuild -BuildNumber:$(Build.BuildId)
5353

54+
- script: mkdir $(Build.ArtifactStagingDirectory)\$(MatrixName)
55+
displayName: Create VSIX staging directory
56+
5457
- task: MSBuild@1
5558
displayName: GitHub for Visual Studio
5659
inputs:

0 commit comments

Comments
 (0)