Friday, September 12, 2014

TFS - Building Database Project - PART II

Updating and Creating a Build for an existing solution

....Part I continue......

32. Add a new table to an existing solution



33. Check in the table.

 34. Save the project

 35. Write comment in Check In
36. Then, Check In Database solution level.



 37. Under Builds, Choose new build definition
 38. Click on Source Settings and Delete all existing folders.
 39. Then, choose solution file from TFS

40. Click on Build Defaults. Choose yellow highlighted option
 41. Click on Process
 42. Click on Advanced

In MSBuild Arguments, paste the following with correct xml profile name.
/t:Build /t:Publish /p:SqlPublishProfilePath=DBA_ServerDW.publish.xml


44. In Builds, the new build definition is created and listed

No comments:

Post a Comment

How to add a Database to AlwaysOn Availability Group with four different options

To add a database to an existing AlwaysOn availability group, MS has given us four options to choose from Automatic seeding Full database an...