Jelle Druyts .NET Consultant
Just another ignorant weirdo from Antwerp, Belgium trying to make sense out of it all
Just a quick note to let you know that I've updated my guide on Setting up Source Server for TFS Builds, since I just found out that there is an issue with Build Definitions that contain spaces. The fix is fairly easy though:
%1
@call "%~dp0SSIndex.cmd" -SYSTEM=TF -SYMBOLS="%1" %* @call "%~dp0SSIndex.cmd" -SYSTEM=TF -SYMBOLS=%1 %*
$(BinariesRoot)
<Exec Command=""C:\Program Files\Debugging Tools for Windows\sdk\srcsrv\TFIndex.cmd" $(BinariesRoot)" WorkingDirectory="$(SolutionRoot)" /> <Exec Command=""C:\Program Files\Debugging Tools for Windows\sdk\srcsrv\TFIndex.cmd" "$(BinariesRoot)"" WorkingDirectory="$(SolutionRoot)" />
For the full setup instructions, please refer to the original post on Setting up Source Server for TFS Builds.