This composite action is no longer maintained by the Core Services team. Use at your own risk.
If your team still relies on this action, you may request CODEOWNER status for this directory to maintain it.
The build composite action generates and builds the code.
The action will do the following:
- Run npm commands generate and build
The following items must be in the repository:
package.jsondependencies:env-cmd- to launch process using environment variables in.envfilecore-build-library- for core-build commands
package.jsonscripts:build- build the code
- (optional)
secrets-map.jsonfile containing map of secrets and associated environment variables. These will be written to.envfile.