How to create .dbproj without installing VSTS DB?

Is it possible to build a Visual Studio Database Project (.dbproj) project on a machine without Visual Studio Team Suite or Team Foundation Build?

I have a clean machine working with CC.NET and you want to automatically create .dbproj projects using MSBuild. I wonder if it is possible to copy the necessary .targets files and some DLLs and make them work?

+3
source share
1 answer

If you have a license for DB Pro (note that the Team Developer version is now included as part of the recent license change), you can install it on the build server without buying an additional license (if it is not used interactively there). This should fix the problem you are trying to solve.

+3
source

Source: https://habr.com/ru/post/1716922/


All Articles