i using tfs automation build, installed tfs-2013, .net framework 4.5.1 on server. created application , build definition in tfs.
when triggering build system, showing error:
c:\program files (x86)\msbuild\12.0\bin\amd64\microsoft.common.currentversion.targets (97): invalid static method invocation syntax: "[microsoft.build.utilities.toollocationhelper]::getplatformsdkdisplayname($(targetplatformidentifier), $(targetplatformversion))". method 'microsoft.build.utilities.toollocationhelper.getplatformsdkdisplayname' not found. static method invocation should of form: $([fulltypename]::method()), e.g. $([system.io.path]::combine(
a,b)).
your build server should mirror developer workstation.
you should have visual studio (which bring sdk) , else developers need build locally.
Comments
Post a Comment