download
raw
722 Bytes
name: 'Build VSIX'
description: "Build the extension's VSIX"
inputs:
node_version:
description: 'Version of Node to install'
required: true
runs:
using: 'composite'
steps:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node_version }}
cache: 'npm'
- name: Run npm ci
run: npm ci --prefer-offline
shell: bash
- name: Build VSIX
run: npx vsce package --out ms-python-envs-insiders.vsix --pre-release
shell: bash
- name: Upload VSIX
uses: actions/upload-artifact@v4
with:
name: vsix
path: ms-python-envs-insiders.vsix
if-no-files-found: error
retention-days: 7

Xet Storage Details

Size:
722 Bytes
·
Xet hash:
dcaa9330fcb8da03f476b95b2a31067f82ab10c0cacce4558a1794e3651706e0

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.