I am just starting to use Final Builder and added a MSbuild task to build one of the new data base pro projects in team systems (.dbproj). I get this message when trying to run it and was wondering if anyone knew what I might be doing wrong.
The current SDK version (v1.0) is less than the minimum version required (1.2)
If you double-click the MSBuild Project action then you’ll see a section at the bottom of the “MS Build” tab marked “SDK Version.” You can either choose the Default SDK Version (set in the Options), or a specific SDK Version.
It’s probably set to Default, and the Default is probably set to 1.0. To change the default for all actions, go to Tools -> Options and click on .NET Tools -> Microsoft.NET SDK.
PS: Has anyone used finalBuilder to actaully build and deploy a dbproj project that uses MS new DBPRO and Team Systems? Using Final Build I have been able to get the src from TS, build but have not actually deplyed the DB yet.