This repo contains custom tasks that meant to be used with Visual Studio Online and Team Foundation Server.
You need to upload these tasks to your TFS / VSTS server.
- Clone the repo
- Install [tfx-cli] (https://github.com/Microsoft/tfs-cli)
- Run
npm install
in the root folder. - Run
npm install
in each Task folder. - Run
tfx login
to login to your server. - Run
tfx build tasks upload <path to task folder>
to upload a task, where is the path to the Task folder of the task you want to upload
The task should now be available on your TFS / VSO.
The following tasks are available:
-
Version Assemblies
This task versions assemblies according to the build number. More...
-
Docker Publish
This task performs
docker build
and (optionally)docker run
to deploy your app to a docker host. More... -
Replace Tokens
This task replaces tokens in a file using Environment variables. More...
-
Azure Web Deploy
This task executes WebDeploy to publish a WebDeploy package to an Azure Web App. More...
The easiest way to open the source is to clone the repo and open in VSCode. If you change the .ts files, then run build (ctrl-shift-b) to compile the .js files.