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

Commit 71e04ea

Browse files
committed
Don't warn if ArtifactDirectory already exists
1 parent 709e740 commit 71e04ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
filePath: '$(Build.SourcesDirectory)\scripts\Bump-Version.ps1'
5656
arguments: -BumpBuild -BuildNumber:$(Build.BuildId)
5757

58-
- script: mkdir $(ArtifactDirectory)
59-
continueOnError: true
58+
- pwsh: mkdir $(ArtifactDirectory) -Force
6059
displayName: Create VSIX staging directory
6160

6261
- task: MSBuild@1

0 commit comments

Comments
 (0)