
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
azure-pipelines-task-lib
Advanced tools
Libraries for writing Azure Pipelines tasks
Reference examples of our in the box tasks are here
Cross platform tasks are written in TypeScript. It is the preferred way to write tasks once.
Step by Step: Create Task
Documentation: TypeScript API, task JSON schema
Guidance: Finding Files, Minimum agent version, Proxy, Certificate
Azure Pipelines supports multiple Node.js runtimes for task execution:
The Node runtime used depends on the execution handler specified in your task's task.json:
Node - Uses Node 6Node10 - Uses Node 10Node16 - Uses Node 16Node20_1 - Uses Node 20 (Note: handler name includes _1 suffix)Node24 - Uses Node 24When upgrading your tasks to newer Node versions:
fs module changes)The ShellScript Task and the XCode Task are good examples.
We are accepting contributions and we try to stay on top of issues.
Once:
$ cd node
$ npm install
Build and Test:
$ npm test
Set environment variable TASK_TEST_TRACE=1 to display test output.
We also maintain a PowerShell library for Windows task development.
Library: Powershell Library
Usage: Consuming the SDK
To generate/update third party notice file run:
$ node generate-third-party-notice.js
FAQs
Azure Pipelines Task SDK
The npm package azure-pipelines-task-lib receives a total of 29,407 weekly downloads. As such, azure-pipelines-task-lib popularity was classified as popular.
We found that azure-pipelines-task-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.