{"id":22800803,"url":"https://github.com/colindembovsky/cols-agent-tasks","last_synced_at":"2025-04-04T15:07:44.531Z","repository":{"id":36595067,"uuid":"40901088","full_name":"colindembovsky/cols-agent-tasks","owner":"colindembovsky","description":"Colin's ALM Corner Custom Build Tasks","archived":false,"fork":false,"pushed_at":"2024-11-07T15:13:47.000Z","size":2929,"stargazers_count":83,"open_issues_count":47,"forks_count":71,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-28T14:08:12.316Z","etag":null,"topics":["build","coverage","dacpac","replace-token","tag","tokenizer","versioning","vsts","vsts-extension"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colindembovsky.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-17T14:24:12.000Z","updated_at":"2025-03-11T06:55:22.000Z","dependencies_parsed_at":"2023-01-17T02:56:44.109Z","dependency_job_id":"9432089d-7bca-4884-82ff-2c2118a75bc6","html_url":"https://github.com/colindembovsky/cols-agent-tasks","commit_stats":{"total_commits":419,"total_committers":24,"mean_commits":"17.458333333333332","dds":0.08591885441527447,"last_synced_commit":"e1ee8b1c487be999f98390651ef3546ed4afbc1c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colindembovsky%2Fcols-agent-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colindembovsky%2Fcols-agent-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colindembovsky%2Fcols-agent-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colindembovsky%2Fcols-agent-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colindembovsky","download_url":"https://codeload.github.com/colindembovsky/cols-agent-tasks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198450,"owners_count":20900080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build","coverage","dacpac","replace-token","tag","tokenizer","versioning","vsts","vsts-extension"],"created_at":"2024-12-12T08:08:05.544Z","updated_at":"2025-04-04T15:07:44.506Z","avatar_url":"https://github.com/colindembovsky.png","language":"PowerShell","funding_links":["https://www.paypal.me/ColinDembovsky/5"],"categories":[],"sub_categories":[],"readme":"# Colin's ALM Corner Custom Build Tasks\n\n![Build Status](https://colinsalmcorner.visualstudio.com/_apis/public/build/definitions/34532943-412e-4dac-b314-a87833e22dd8/22/badge)\n\n[![Donate](./images/donate.png)](https://www.paypal.me/ColinDembovsky/5)\n\n\u003e As [Scott Hanselman](http://www.hanselman.com/) says, \"donations pay for tacos\" (or low carb equivalent).\n\n## Overview\nThis repo contains custom tasks that meant to be used with Visual Studio Online and Team Foundation Server.\n\n## Build and Test\nUse `yarn` to build and test these extensions. All `yarn` scripts are specified in the `package.json` file. Run `yarn run` to get a prompt of all the targets. The most important are:\n\n1. `install`: install dependencies in root folder.\n1. `install-libs` install dependencies in each Task folder (required since each task has to be self-contained).\n1. `test` to run tests.\n1. `debugtest` to run tests with verbose logging.\n1. `cover` to run tests with code coverage.\n1. `prepextension` to run `install` and `coverage` (used to package the extension in the build).\n\n## Tasks\nThe following tasks are available:\n\n1. **Version Assemblies**\n\n\tThis task versions assemblies according to the build number. [More...](./Tasks/VersionAssemblies)\n\n1. **Replace Tokens**\n\n\tThis task replaces tokens in a file using Environment variables. [More...](./Tasks/ReplaceTokens)\n\n1. **DacPac Change Report Task**\n\n\tThis task calculates the changes in an SSDT project between builds. [More...](./Tasks/DacPacReport)\n\n1. **Tokenizer**\n\n\tThis task tokenizes a file automatically. [More...](./Tasks/Tokenizer)\n\n1. **Coverage Gate**\n\n\tThis task allows you to fail a release (or build) based of coverage delta. [More...](./Tasks/CoverageGate)\n\n## Changing the Code\nThe easiest way to open the source is to clone the repo and open in [VSCode](https://code.visualstudio.com/). \nIf you change the .ts files, then run build (ctrl-shift-b) to compile the .js files.\n\n## Creating the Extension Package\nHelp Pages can be found [here](https://www.visualstudio.com/en-us/integrate/extensions/overview).\n\nTo compile the extension, update the version number in the `extension-manifest.json` file and run:\n```\ntfx extension create --manifest-globs .\\vss-extension.json\n```\n\nUpload to the marketplace by singing in to your [publisher profile](http://aka.ms/vsmarketplace-manage).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolindembovsky%2Fcols-agent-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolindembovsky%2Fcols-agent-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolindembovsky%2Fcols-agent-tasks/lists"}