This Azure Pipelines build extension will show a new section in your build report with an encouraging Chuck Norris quote.
See Overview for details on how the extension works and is intended to be used.
The extension is built and deployed to the Azure DevOps Marketpace using Azure Pipelines in a public Azure DevOps project, if you want to contibute to the public extension see Contributions are welcome.
The extension has the following pre-requisites:
The extension uses a package.json
to define the build process. You should modify vss-extension.json
and replace the publisher with the one you intend to use.
- Download dependencies
npm install
. - Build the extension
npm run build
. - Upload the generated .vsix file to your Azure DevOps account.
See https://www.visualstudio.com/en-us/docs/integrate/extensions/get-started/node for details on how to create and publish an extension.
We thank the following contributor(s): Mathias Olausson.
The Ultimate Top 25 Chuck Norris “The Programmer” Jokes
Here is how you can contribute to this project:
- Submit bugs and help us verify fixes
- Submit pull requests for bug fixes and features and discuss existing proposals
Please refer to Contribution guidelines and the Code of Conduct for more details.