Skip to content

Commit

Permalink
link to task json schema (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Feb 6, 2018
1 parent ad4047c commit 2ea9157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Cross platform tasks are written in Typescript. It is the preferred way to writ

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion node/docs/stepbystep.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Change `tsconfig.json` file to ES6 to match the sample gist. ES6 is for async a

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

Create a `task.json` file using `sample_task.json` as a starting point.
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).

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

0 comments on commit 2ea9157

Please sign in to comment.