UNPKG

@objectivity/angular-schematic-web-ci

Version:
21 lines 536 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" } }, "workingDir": { "type": "string", "description": "Working dir", "default": "." } }, "required": [] }