Skip to content

Lib for creating CI/CD tool installer tasks in Azure Pipelines

License

Notifications You must be signed in to change notification settings

PatrickAJonas/azure-pipelines-tool-lib

 
 

Repository files navigation

Azure Pipelines Tool Installer SDK

Tool installer tasks SDK for Azure Pipelines.

Tool Installer Task Overview: Read Here.

Demo Video: Here

Sample of tool api usage is here

In development. Preview installer tasks soon.

Status

Build & Test
Win-x64 Windows Build & Test
macOS macOS Build & Test
Linux-x64 Linux Build & Test

Build

Once:

$ npm install

Build:

$ npm run build

Test

To run all tests:

$ npm test

To just run unit tests:

$ npm run units

Sample

Build first. Then run

$ npm run sample

The tool cache will be in the _build folder. To clear the cache, build again.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

About

Lib for creating CI/CD tool installer tasks in Azure Pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 74.0%
  • JavaScript 22.7%
  • PowerShell 3.3%