-1

I am trying to update the version element in the DacMetadata.xml file of a .dacpac to match the build number of the build where the .sqlproj is being built. I would prefer to do this in PowerShell, but can do it in C# if necessary.

I am using on-prem TFS 2018 and the vNext build.

1 Answers1

0

There is already an extension exists to version dacpac, you can check and test it:

https://marketplace.visualstudio.com/items?itemName=richardfennellBM.BM-VSTS-Versioning-Task

Cece Dong - MSFT
  • 29,631
  • 1
  • 24
  • 39