Skip to content

Commit 79ba13d

Browse files
Update README.md
1 parent 5dccfc4 commit 79ba13d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ The extension is not published in marketplace (yet), so there are only those opt
66
* Download the extension from [releases tab](https://github.com/stpatrick2016/mql5-compiler/releases) and upload it into your VSO. You will have to create a publisher account for that (free).
77
* Write me and tell me your organization name and I will share it with you. This is the one that preceeding @visualstudio.com, for example, if your VSO's url is https://mywork.visualstudio.com, then your organization name is mywork. It is not a secret information (as far as I aware). The advantage of this approach is that you will automatically get updates.
88

9-
## How to develop VSTS build tasks
9+
# How to develop VSTS build tasks
10+
To pack the extension (providing all prerequisites are installed, see links below), run this command from command line:
11+
```
12+
tfx extension create --manifest-globs vss-extension.json
13+
```
14+
15+
### Useful links
1016
* [How to create and package build task](https://docs.microsoft.com/en-us/vsts/extend/develop/add-build-task?view=vsts)
1117
* [Example tasks](https://github.com/Microsoft/vsts-tasks/tree/master/Tasks)
1218
* [Creating PowerShell tasks](https://github.com/Microsoft/vsts-task-lib/tree/master/powershell/Docs)

0 commit comments

Comments
 (0)