These are the VSTS tasks for SQL Release.
There is one task. There are four actions, similar to the Octopus Deploy step templates.
- extension-manifest.json defines most of the metadata about the plugin.
- images\ is various images shown in the marketplace. These are referenced by extensions-manifest.json.
- overview.md is a markdown file. This is the text shown in the marketplace.
- TheTask\task.json defines the task.
- TheTask\RunSqlRelease.ps1 is the PowerShell run by the task.
- Install Node.
- Install the latest DLM Automation Suite.
- Run build.bat to build the VSIX package.
- Upload to the Marketplace and use it.
Speak to Jason Crease about this project.