The SCANOSS Code Scan task enhances your software development process by automatically scanning your code for security vulnerabilities and license compliance with configurable policies.
To install the SCANOSS Code Scan task, please consult the Visual Studio Marketplace guide here.
For more detailed usage instructions, please refer to the OVERVIEW.md document.
This guide provides step-by-step instructions for deploying a new package for your project. Ensure all steps are followed to maintain version consistency and successful deployment.
- Node.js: Ensure Node.js and npm are installed.
- Azure DevOps Extension Tool (tfx): Install the TFS cross-platform command-line interface (
tfx). - jq: Install
jqfor JSON processing.
Run the following command to install the project dependencies:
make installBefore building the app, run test suites.
make testA script file is provided to simply the app versioning process.
-
Ensure to update the version in the package.json file.
-
Then, run the following command to build the app:
make upgrade_versionRun the following command to build the app:
make build