/ignite

Azure task to run burn based setups

Primary LanguageTypeScriptMIT LicenseMIT

Ignite

This repo contains an Azure Devops build task that executes an installer based on Burn. It reports the bundles progress to azure Azure Devops and collects logs which are then added are attached to the build. This task can be added to build and release pipelines.

See Details for infos on how to use this task.

Build and package

Run

npm ci

to install the dependencies. Then run

npm run build

to build the solution.

Finally, execute

npm run package+

to create a package ready for publishing.