Skip to content

Adds support to adoCodespacesAuth.tenantID extension setting for conf… #6

Adds support to adoCodespacesAuth.tenantID extension setting for conf…

Adds support to adoCodespacesAuth.tenantID extension setting for conf… #6

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn lint
- run: yarn vsce:package
- uses: actions/upload-artifact@v3
with:
name: ado-codespaces-tools-vsix
path: ./**.vsix