Skip to content

Commit

Permalink
update build workflow to install vsce and log kiota runtime.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Feb 25, 2025
1 parent d9015de commit 19e6857
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,13 @@ jobs:
- run: npm run package:${{ matrix.builds.id }}
working-directory: vscode
- run: npm i -g @vscode/vsce
- run: |
npm i -g @vscode/vsce
npm run build
if: matrix.builds.id == 'vscode'
- run: |
npm ls @microsoft/kiota
ls -l node_modules/@microsoft/kiota
cat node_modules/@microsoft/kiota/runtime.json
vsce package --no-dependencies
vsce ls
if: matrix.builds.id == 'vscode'
Expand Down

0 comments on commit 19e6857

Please sign in to comment.