This project is in private preview. Do not make this repo public yet!
- Node (>= 8.x)
- Yarn (>= 1.13.0)
- tslint (
npm i -g tslint
) - typescript compiler (
npm i -g typescript
)
- Set the
AGENT_TOOLSDIRECTORY
env var to any directory for caching the pulumi tool. npm install
in thebuildAndReleaseTask
and thebuildAndReleaseTask/tests
folders.- You can run the tool either from the root directory or the
buildAndReleaseTask
directory.- To run from the root folder, simply run
npm start
. - To run from the
buildAndReleaseTask
folder, runtsc && node index.js
from thebuildAndReleaseTask
directory.
- To run from the root folder, simply run
npm run test
Learn more here.
- Ensure you have
tfx
cli installed by runningtfx version
. If it is not installed, then runnpm i -g tfx-cli
. - Install
vsts-bump
by runningnpm i -g vsts-bump
. - Run
npm run package
from the root directory.