Lib for creating CI/CD tool installer tasks in Azure Pipelines
Перейти к файлу
Konstantin Tyukalov 1654dddb09
downloadTool fix: pre-check aborted & destroyed props (#255)
* pre-check aborted & destroyed props

* fix typo

* Bump version

* add subscribe success debug log
2024-10-07 21:41:29 +04:00
.gdn
.github
Strings/resources.resjson
docs
externals/7zip
test
xliff
.gitignore
.npmrc
CHANGELOG.md
Invoke-7zdec.ps1
LICENSE
README.md
SECURITY.md
azure-pipelines-steps.yml
azure-pipelines.yml
index.ts
lib.json
make-util.js
make.js
open-pullrequest.ps1
package-lock.json
package.json
sample.ts
send-notifications.ps1
tool.ts
tsconfig.json

README.md

Build Status

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 opencode@microsoft.com with any additional questions or comments.

Since at the moment work is proceeding on migrating to Node16, you need to remember the following:

  • master branch for SDK v1 (stable and targets Node10)
  • releases/2.x branch for SDK v2 (preview and targets Node16)
  • Changes that were merged for SDK v1 should be cherry-picked for SDK v2 once they are merged to the master branch

Security issues

Do you think there might be a security issue? Have you been phished or identified a security vulnerability? Please don't report it here - let us know by sending an email to secure@microsoft.com.