Skip to content

Commit ebdd491

Browse files
authored
link to task json schema (microsoft#309)
1 parent 49b5984 commit ebdd491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Cross platform tasks are written in Typescript. It is the preferred way to writ
1515

1616
Step by Step: [Create Task](docs/stepbystep.md)
1717

18-
Documentation: [Typescript API](docs/vsts-task-lib.md)
18+
Documentation: [Typescript API](docs/vsts-task-lib.md), [task JSON schema](https://aka.ms/vsts-tasks.schema.json)
1919

2020
Guidance: [Finding Files](docs/findingfiles.md), [Minimum agent version](docs/minagent.md), [Proxy](docs/proxy.md), [Certificate](docs/cert.md)
2121

node/docs/stepbystep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Change `tsconfig.json` file to ES6 to match the sample gist. ES6 is for async a
7676

7777
Now that the scaffolding is out of the way, let's create the task!
7878

79-
Create a `task.json` file using `sample_task.json` as a starting point.
79+
Create a `task.json` file using `sample_task.json` as a starting point. The full task JSON schema is [here](https://aka.ms/vsts-tasks.schema.json).
8080

8181
Replace the `{{placeholders}}`. The most important being a [unique guid](http://www.guidgen.com/).
8282
Note: copy from web view since file needs property names in quotes (browser might strip in raw view)

0 commit comments

Comments
 (0)