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

Commit 20a9e76

Browse files
committed
Try using subexpression
1 parent 9f393ec commit 20a9e76

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 e $_.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)