microsoft / security-devops-azdevops

Microsoft Security DevOps extension for Azure DevOps.
MIT License
63 stars 17 forks source link

Sideload and build the security-devops-azdevops-task-lib #83

Closed davidknise closed 1 year ago

davidknise commented 1 year ago

Added a sideload and optional build (default to true) of the task lib repo. This allows you to make changes to the compiled javascript and test without having to push a package.

This does not cover updating dependencies to the package. Only the compiled dist directory will be copied over.