Reputation: 1306
I have a .sqlproj
(Microsoft SQL Project) folder (Git repository) which I'd like to Publish to a live database instance using command line tools.
My colleague currently does this manually using Visual Studio:
Solution
then select Rebuild solution
Publish
Publish
to build this database on to the server specified in .XML fileHow can I replicate this using command line tools? Preferably I would use Linux, but I'm open to using Windows options too as long as the process is fully automated.
Thanks in advance
Upvotes: 1
Views: 1206