@objectivity/angular-schematic-web-ci
Version:
Adds configuration of CI.
21 lines • 536 B
JSON
{
"$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": []
}