Hello,
I am trying to use the MSBuild Extensions for getting latest from the TFS server and I am getting the error show below. Can someone please let me know what am I missing?
<MSBuild.ExtensionPack.Tfs.TeamBuild TaskAction="GetLatest" TeamFoundationServerUrl="$(WorkspaceUrl)" TeamProject="$(GetFilespec)" BuildDefinitionName="DeveloplmentBuild">
<Output ItemName="BuildInfo" TaskParameter="Info" />
</MSBuild.ExtensionPack.Tfs.TeamBuild>
error : FileNotFoundException: Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Any help would be greatly appreciated...
Thanks!!!
Comments: ** Comment from web user: branepar **
I am trying to use the MSBuild Extensions for getting latest from the TFS server and I am getting the error show below. Can someone please let me know what am I missing?
<MSBuild.ExtensionPack.Tfs.TeamBuild TaskAction="GetLatest" TeamFoundationServerUrl="$(WorkspaceUrl)" TeamProject="$(GetFilespec)" BuildDefinitionName="DeveloplmentBuild">
<Output ItemName="BuildInfo" TaskParameter="Info" />
</MSBuild.ExtensionPack.Tfs.TeamBuild>
error : FileNotFoundException: Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Any help would be greatly appreciated...
Thanks!!!
Comments: ** Comment from web user: branepar **
Noticed there is a MSBuild.ExtensionPack.Tfs2010 Namespace but it only dontain DevEnv and not TeamBuild. Assume the correct solution to this issue would be to include a TeamBuild in the Tfs2010 namespace and leave the MSBuild.ExtensionPack.Tfs Namespace as is.