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 1ES Pipelines Template Adoption (#228) 2024-02-14 12:50:02 +01:00
.github Add codeowners 2022-08-08 17:00:29 +02:00
Strings/resources.resjson Localized file check-in by OneLocBuild Task: Build definition ID 10929: Build ID 19000639 2022-12-19 09:10:16 +01:00
docs Fix tool cache location (#62) (#63) 2020-01-22 10:01:14 -05:00
externals/7zip [7zdec] - Replace 7zip dec with 7zip (#217) 2023-10-25 09:20:41 +02:00
test [7zdec] - Replace 7zip dec with 7zip (#217) 2023-10-25 09:20:41 +02:00
xliff Reaction after initial handback 2017-04-14 12:18:36 -04:00
.gitignore Add Retries to Tool Retrieval (#55) 2019-07-31 13:42:32 -04:00
.npmrc Migration to CFS (#252) 2024-09-09 11:24:59 +02:00
CHANGELOG.md updated CHANGELOG 2023-03-14 11:47:32 +01:00
Invoke-7zdec.ps1 [7zdec] - Replace 7zip dec with 7zip (#217) 2023-10-25 09:20:41 +02:00
LICENSE Initial commit 2017-03-08 11:29:59 -08:00
README.md update readme.md (#165) 2022-07-19 11:29:10 +04:00
SECURITY.md Microsoft mandatory file 2023-06-02 20:02:44 +00:00
azure-pipelines-steps.yml Migration to CFS (#252) 2024-09-09 11:24:59 +02:00
azure-pipelines.yml 1ES Pipelines Template Adoption (#228) 2024-02-14 12:50:02 +01:00
index.ts Add status code dictionary to HTTP response (#14) 2017-10-17 14:36:19 -04:00
lib.json xliff 2017-04-08 23:36:03 -04:00
make-util.js initial code commit - still an early proto 2017-03-08 15:56:54 -05:00
make.js [7zdec] - Replace 7zip dec with 7zip (#217) 2023-10-25 09:20:41 +02:00
open-pullrequest.ps1 Moved inline script for sending of notifications to separate file 2022-03-10 15:43:30 +03:00
package-lock.json downloadTool fix: pre-check aborted & destroyed props (#255) 2024-10-07 21:41:29 +04:00
package.json downloadTool fix: pre-check aborted & destroyed props (#255) 2024-10-07 21:41:29 +04:00
sample.ts rebrand (#48) 2018-11-08 14:23:04 -05:00
send-notifications.ps1 Moved inline script for sending of notifications to separate file 2022-03-10 15:43:30 +03:00
tool.ts downloadTool fix: pre-check aborted & destroyed props (#255) 2024-10-07 21:41:29 +04:00
tsconfig.json Add status code dictionary to HTTP response (#14) 2017-10-17 14:36:19 -04:00

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.