As Scott Hanselman says, "donations pay for tacos" (or low carb equivalent).
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
yarn install
in the root folder. - Run
yarn install
in each Task folder. - Run
gulp build
to transpile. - Run
gulp test-cover
to run tests. - Run
tfx login
to login to your server. - Run
tfx build tasks upload --task-path <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...
-
Replace Tokens
This task replaces tokens in a file using Environment variables. More...
-
DacPac Change Report Task
This task calculates the changes in an SSDT project between builds. More...
-
Tokenizer
This task tokenizes a file automatically. More...
-
Coverage Gate
This task allows you to fail a release (or build) based of coverage delta. 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.
Help Pages can be found here.
To compile the extension, update the version number in the extension-manifest.json
file and run:
tfx extension create --manifest-globs .\vss-extension.json
Upload to the marketplace by singing in to your publisher profile.