I am trying to do teambuild to solve VS2015 with TFS2013. VS2015 is installed on buildserver, and I changed buildtemplate, so msbuild has the argument \ tv: 14.0, but when I start the build, I get the following error:
C: \ Program Files (x86) \ MSBuild \ 14.0 \ bin \ Microsoft.Common.CurrentVersion.targets (96): Invalid static method call syntax: "[Microsoft.Build.Utilities.ToolLocationHelper] :: GetPlatformSDKDisplayName ($ (TargetPlatformIdentifier) , $ (TargetPlatformVersion)). 'Microsoft.Build.Utilities.ToolLocationHelper.GetPlatformSDKDisplayName' not found. A call to a static method should look like: $ ([FullTypeName] :: Method ()), for example. $ ([System.IO.Path ] :: Merge ( a , b )).
The builds server has rebooted, but I'm still getting an error. I also checked this topic: Build error in TFS , but there was no real answer there. Is there anyone who knows how to solve this.
source share