Hi,
I'm trying to figure out if MSBuild.ExtensionPack.VisualStudio.TfsSource can work against a TFS2012 server.
Now after upgrade I get a error message when doing:
< ...TfsSource TaskAction="Get" ItemPath="$(SolutionRoot)\AFilePath\DummyFile.txt" Version="2010" />
Exit Code 100. Nothing Succeeded: Unable to determine the workspace. You may be able to correct this by running 'tf workspaces /collection:TeamProjectCollectionUrl'.
When checking the workspaces on the machine where the script is running as part of the build, using a VS2010 Command prompt, I see the agent workspaces, so it seems that tf.exe of this version works with the TFS2012 server.
Changing the version to 'Version=2012' does not seem to be supported anyway. I get a "Unable to resolve TF.exe path" message.
BR Ulf
I'm trying to figure out if MSBuild.ExtensionPack.VisualStudio.TfsSource can work against a TFS2012 server.
Now after upgrade I get a error message when doing:
< ...TfsSource TaskAction="Get" ItemPath="$(SolutionRoot)\AFilePath\DummyFile.txt" Version="2010" />
Exit Code 100. Nothing Succeeded: Unable to determine the workspace. You may be able to correct this by running 'tf workspaces /collection:TeamProjectCollectionUrl'.
When checking the workspaces on the machine where the script is running as part of the build, using a VS2010 Command prompt, I see the agent workspaces, so it seems that tf.exe of this version works with the TFS2012 server.
Changing the version to 'Version=2012' does not seem to be supported anyway. I get a "Unable to resolve TF.exe path" message.
BR Ulf