build - Bamboo MsBuild .Net Framework 2.0 -


my project .net framework 2.0 , use visual studio 2012. project build success @ local project build error @ bamboo server

enter image description here

solution file error msb5014: file format version not recognized. msbuild can read solution files between versions 7.0 , 9.0, inclusive.

you need use version 4 of msbuild in "executable" option determines version of msbuild tools used compile application. not confuse version of .net framework targetting, controlled project files.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -