Skip to content

install tfx in the pipeline #41

install tfx in the pipeline

install tfx in the pipeline #41

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install tfx extension
run: |
npm install
npm install -g tfx-cli
- name: Build the extension
shell: pwsh
env:
AZURE_DEVOPS_PAT: ${{ secrets.AZURE_DEVOPS_PAT }}
run: |
.\make.ps1 -command "build"