Skip to content

Commit

Permalink
Update prepare-extensions.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Feb 4, 2025
1 parent 6bcaa32 commit e7d6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-extensions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $tasks = Invoke-RestMethod -Uri "$url/_apis/distributedtask/tasks?allversions=tr

$taskMetadata = $tasks.value

& npm install tfx-cli@latest -g --silent --no-progress
& npm install tfx-cli@^0.18 -g --silent --no-progress

if (Test-Path "_vsix")
{
Expand Down

0 comments on commit e7d6dc0

Please sign in to comment.