Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 364 Bytes

Contribution.md

File metadata and controls

13 lines (9 loc) · 364 Bytes

How to build

# First time
npm install -g tfx-cli
cd SetBuildVersionFromRepository && npm install && cd ../SetBuildVersionFromArtifact && npm install && cd ..

# create new version
cd SetBuildVersionFromRepository && npm run tsc && cd ../SetBuildVersionFromArtifact && npm run tsc && cd ..
tfx extension create --manifest-globs vss-extension.json