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: mikeFourie **
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: mikeFourie **
The plan is still to get support for this into the September release. Right now you can exec out to tf.exe
Mike