Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.37 KB

extension-overview.md

File metadata and controls

30 lines (16 loc) · 1.37 KB

Colin's ALM Corner Custom Build Tasks

This extension contains helpful build and release Tasks.

  1. Version Assemblies

    This task versions assemblies according to the build number. More...

  2. Replace Tokens

    This task replaces tokens in a file using Environment variables. More...

  3. DacPac Change Report Task

    This task calculates the changes in an SSDT project between builds. More...

  4. Docker Publish (Deprecated)

    This task performs docker build and (optionally) docker run to deploy your app to a docker host.

    The Docker Integration Extension is finally fully featured, so I'm deprecating this task.

  5. Azure Web Deploy (Deprecated)

    This task executes WebDeploy to publish a WebDeploy package to an Azure Web App.

    The Azure RM WebApp Deploy Task now does everything this task does, so I'm deprecating this task.

Source Code

The source repo for this extension is on Github.