DrJohnT / AzureDevOpsExtensionsForSqlServer

Microsoft SQL Server deployment extensions for Azure DevOps Pipelines
MIT License
21 stars 14 forks source link

Difference Between "Deploy DB" and "Publish DB" Pipelines #1

Closed JohnRGH closed 5 years ago

JohnRGH commented 5 years ago

What is the difference between these 2 pipeline components?

Deploy Database DACPAC using a DAC Publish Profile https://marketplace.visualstudio.com/items?itemName=DrJohnExtensions.DeployDatabase&ssr=false#overview

Publish DACPAC using a DAC Publish Profile https://marketplace.visualstudio.com/items?itemName=DrJohnExtensions.PublishDacPac&ssr=false#overview

DrJohnT commented 5 years ago

Nothing at all. I published the "Publish DacPac" version first and then realized that many people would search for "Deploy Database", so hence two components.

bbakermmc commented 5 years ago

So what version do we need? I seems like publish is 1version higher than deploy? Maybe you should just drop one of the packages and put the proper tags for searching. Kinda confusing.