Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 9f393ec

Browse files
committed
Add 7-zip to PATH
1 parent 5e682d6 commit 9f393ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ steps:
9696
Invoke-WebRequest https://www.7-zip.org/a/7z2201-x64.exe -OutFile $path
9797
Start-Process -FilePath $path -Args "/S" -Verb RunAs -Wait
9898
Remove-Item $path
99+
Echo "##vso[task.prependpath]$Env:PROGRAMFILES\7-Zip\"
99100
displayName: Install 7zip
100101
- pwsh: Get-ChildItem out\vsix | Foreach-Object { 7z e $_.FullName -o$(Build.StagingDirectory)\vscode-arduino\$_.BaseName }
101102
displayName: Extract extension for signing

0 commit comments

Comments
 (0)