We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d6dc0 commit 3a78cbdCopy full SHA for 3a78cbd
.github/workflows/publish-tasks.yml
@@ -41,7 +41,7 @@ jobs:
41
- run: |
42
if (test-path -PathType Leaf ./_vsix/*.vsix)
43
{
44
- & npm install tfx-cli@latest --location=global --no-fund
+ & npm install tfx-cli@0.18 --location=global --no-fund
45
foreach ($vsix in dir ./_vsix/*.vsix)
46
47
$json = (& tfx extension show --token $env:AZURE_MARKETPLACE_PAT --vsix $vsix.FullName --json) | ConvertFrom-Json
0 commit comments