Merge pull request #220 from nschonni/patch-1

chore: fix Build.md Markdown headers
This commit is contained in:
Trevor Gau 2017-12-21 12:42:18 -05:00 коммит произвёл GitHub
Родитель ee0e6692be 0e3193e209
Коммит 7d1c026172
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -6,7 +6,7 @@ You can queue, show, and list builds using tfx.
Queues a build for a given project with a given definition.
####Options
### Options
```txt
--project <string> - Required. The name of the project to queue a build for.
AND
@ -15,7 +15,7 @@ OR
--definition-name <string> - The name of the build definition to build against.
```
####Example
### Example
```bash
~$ tfx build queue --project MyProject --definition-name TestDefinition
Copyright Microsoft Corporation
@ -32,13 +32,13 @@ queue time : Fri Aug 21 2015 15:07:49 GMT-0400 (Eastern Daylight Time)
Shows information for a given build.
####Options
### Options
```txt
--project <string> - Required. The name of the project to queue a build for.
--id <number> - Required. The id of the build to show.
```
####Example
### Example
```bash
$ tfx build show --project MyProject --id 1
Copyright Microsoft Corporation
@ -55,7 +55,7 @@ queue time : Fri Aug 21 2015 15:07:49 GMT-0400 (Eastern Daylight Time)
Queries for a list of builds.
####Options
### Options
```txt
--project <string> - Required. The name of the project to queue a build for.
--defintion-id <number> - The id of a build definition.
@ -64,7 +64,7 @@ Queries for a list of builds.
--top <number> - Show the first X builds that satisfy the other query criteria.
```
####Example
### Example
```bash
~$ tfx build list