Skip to content

Commit

Permalink
Unpin vsce (#1197)
Browse files Browse the repository at this point in the history
The issue at microsoft/vscode-vsce#929 is
fixed now. I just tested locally and appears to work. If we can merge
this, I'll run a dev build and publish via ADO to verify.
  • Loading branch information
billti authored Feb 23, 2024
1 parent 291d3b9 commit 41dd133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Below VS Code extension build only needs to run on one platform (Linux x86_64 for now)
- script: |
npm install -g @vscode/vsce@2.22.0
npm install -g @vscode/vsce
displayName: Install Prereqs for VSCode Extension
# build steps
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
displayName: Download VSCode Extension Artifact

- script: |
npm install -g @vscode/vsce@2.22.0
npm install -g @vscode/vsce
displayName: Install Prereqs for VSCode Ext Publishing
- script: |
Expand Down

0 comments on commit 41dd133

Please sign in to comment.