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

Commit b15e8ea

Browse files
committed
Extract with full paths
1 parent 20a9e76 commit b15e8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ steps:
9898
Remove-Item $path
9999
Echo "##vso[task.prependpath]$Env:PROGRAMFILES\7-Zip\"
100100
displayName: Install 7zip
101-
- pwsh: Get-ChildItem out\vsix | Foreach-Object { 7z e $_.FullName -o$(Build.StagingDirectory)\vscode-arduino\$($_.BaseName) }
101+
- pwsh: Get-ChildItem out\vsix | Foreach-Object { 7z x $_.FullName -o$(Build.StagingDirectory)\vscode-arduino\$($_.BaseName) }
102102
displayName: Extract extension for signing
103103
- task: NuGetToolInstaller@1
104104
displayName: Install NuGet

0 commit comments

Comments
 (0)