Skip to content
Tech Talk Tavern/
Menu

Tech Talk Tavern

Cloud Looker

Cloud Looker

Azure DevOps

Boards, Repos, Pipelines, and platform updates from Azure DevOps.

Reset

2228 matching updates

Page 1 of 112

Azure DevOps BlogShrinking Azure Pipeline task extensions

Shrinking Azure Pipeline task extensions using esbuild

TL;DR We bundled an internal Azure Pipelines task extension into a single bundled JavaScript file using esbuild. The task package dropped from tens of megabytes and thousands of files to three files per task ( script.js , task.json , and icon.png ). The change took about 20 lines of build tooling. We measured the pa...