Skip to content

Commit 3a78cbd

Browse files
committed
Update publish-tasks.yml
1 parent e7d6dc0 commit 3a78cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: |
4242
if (test-path -PathType Leaf ./_vsix/*.vsix)
4343
{
44-
& npm install tfx-cli@latest --location=global --no-fund
44+
& npm install tfx-cli@0.18 --location=global --no-fund
4545
foreach ($vsix in dir ./_vsix/*.vsix)
4646
{
4747
$json = (& tfx extension show --token $env:AZURE_MARKETPLACE_PAT --vsix $vsix.FullName --json) | ConvertFrom-Json

0 commit comments

Comments
 (0)