Where can I find task.json file schema. It would be nice to get intellisense while creating task definitions
Or really, any documentation. I can't seem to find any information on the valid values in, for example, the "visibleRule" field. The task.json specification is sorely needed.
Agreed. There is this outstanding pull request that has been on ice for months.
https://github.com/Microsoft/vsts-tasks/pull/1066/commits/22de746c885f20e9c428a3d3d62791acc19b7900
The PR @brettjacobson mentions is #1066
closing since we're tracking in vsts-task-lib
FYI for reference, there's a doc that has a basic scheme https://www.visualstudio.com/en-us/docs/integrate/extensions/develop/build-task-schema
Where is the task.json schema reference now?
The tasks.schema.json file ended up moving here.
Closing since this exists in the task-lib
Most helpful comment
Or really, any documentation. I can't seem to find any information on the valid values in, for example, the "visibleRule" field. The task.json specification is sorely needed.