Tool installer tasks SDK for Azure Pipelines.
Tool Installer Task Overview: Read Here.
Sample of tool api usage is here
In development. Preview installer tasks soon.
| Build & Test | |
|---|---|
Windows |
|
macOS |
|
Linux |
Once:
$ npm installBuild:
$ npm run buildTo run all tests:
$ npm testTo just run unit tests:
$ npm run unitsBuild first. Then run
$ npm run sampleThe tool cache will be in the _build folder. To clear the cache, build again.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.


