UNPKG

@objectivity/angular-schematic-web-ci

Version:
21 lines 577 B
{ "$schema": "http://json-schema.org/schema", "id": "objectivity-angular-schematic-web-ci-azure-devops", "title": "Angular Azure DevOps schematic", "type": "object", "properties": { "project": { "type": "string", "description": "Name of the project.", "$default": { "$source": "projectName" } }, "skipInstall": { "description": "When true, does not install dependency packages.", "type": "boolean", "default": false } }, "required": [] }