Skip to content

VSTS/TFS build task to compile MQL5 scripts

License

Notifications You must be signed in to change notification settings

stpatrick2016/mql5-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

VSTS (TFS) build task to compile MQL5 projects and files inside TFS builds.

How to use

The extension is not published in marketplace (I have been refused by MetaQuotes to distribute compiler and include files), so there are only those options to use it:

  • Download the extension from releases tab and upload it into your VSO. You will have to create a publisher account for that (free).
  • 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.

How to develop VSTS build tasks

To pack the extension (providing all prerequisites are installed, see links below), run this command from folder vsts-extension in command line:

tfx extension create --manifest-globs vss-extension.json

Useful links