You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library build custom Azure DevOps tasks. This library help speed up custom task development by abstracting away the things you find yourself duplicating in every new task.
if you are writing Azure DevOps Custom Tasks, you will find that you will be writing the same code over and over again. This is an attempt to consolidate that duplication/
Getting Started
npm install ado-custom-task-helpers
Build and Test
npm run build
npm run test
Contribute
About
Library build custom Azure DevOps tasks. This library help speed up custom task development by abstracting away the things you find yourself duplicating in every new task.