Skip to content

WIP: testing new publish ci x14 #137

WIP: testing new publish ci x14

WIP: testing new publish ci x14 #137

Workflow file for this run

name: VSCodeExtension
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
- name: Python setup
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install pip and invoke
run: |
python -m pip install --upgrade pip
pip install invoke
- name: Sync version
run: invoke syncv
- name: Install vsce
run: npm install -g vsce
- name: Build VSIX package
run: |
cd VSCode/scriptsync
npm install
npm --version
npm list
vsce package
- name: Save artifact
uses: actions/upload-artifact@v2
with:
name: script-sync
path: VSCode/scriptsync/*.vsix