Skip to content

Commit

Permalink
smaller azure extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Jan 14, 2023
1 parent 31a05ca commit 0d47e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-extension.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ foreach ($extension in $extensions)
write-output "Added: $task-sxs/v$taskVersion"
}

Get-ChildItem -Recurse -Filter "* *" -Path "_tmp/_tasks/$task-sxs" | Rename-Item -NewName { $_.Name -replace " ", "_" }
Get-ChildItem -Recurse -Filter "* *" -Path "_tmp/_tasks/$task-sxs/" | Rename-Item -NewName { $_.Name -replace " ", "_" }

$extensionManifest.contributions += [ordered] @{
"id" = "$task-sxs"
Expand Down

0 comments on commit 0d47e2a

Please sign in to comment.