The team-build2010 tag has no wiki summary.
3
votes
1answer
1k views
Team Build's build number and $(Rev:.r)
TFS Build 2010 uses an internal build number. It's similar to $(Rev:.r). $(Rev:.r) increases in each day while internal build number are increased in other way.
The questions are:
What is the ...
2
votes
2answers
331 views
How do I read these Code Churn numbers on TFS 2010 Build Summary Report?
I am using TFS 2010 Team Build and the related reporting services report Build Summary. Within this report is a Code Churn column. However, the data displayed in this column isn't making any sense ...
1
vote
0answers
42 views
Why Unpublishable?
We have a solution that contains 17 projects.
Solution has several configurations such as Debug, Release, Test, Publish and etc.
Also team project has several build definitions, each one is ...
1
vote
2answers
722 views
Where is TFS 2010 Team Build Revision $(Rev:.r) Stored?
TFS 2010 exposes a "Build Number Format" property, which contains $(BuildNumberDefinitionName) and $(Rev:.r) variables (among other things). Two and a half parts to my question:
What are all the ...
0
votes
1answer
161 views
Deploy a Self Hosted WCF Service with TFS 2010 Build?
I have a console app that runs a self hosted WCF Data Service.
I have it auto building just fine. But now I want to take the latest build and move it to my Dev Machine and run it.
Something like ...
0
votes
1answer
100 views
Microsoft.Build.Tasks.v3.5 fails at copying dlls from dll.refresh references
I'm constantly getting an error on the TFS2010 build server, due to an inexistent DLL file.
It update this file through dll.refresh from another folder, both folders are mapped in the workspace.
I ...
0
votes
2answers
711 views
Extract, zip and publish TFS source-controlled items to FTP server
I want to publish nightly builds + source code of a specific project on a tfs 2010 server (local network, inside the firewall) to a (local network, in the dmz) ftp server.
Build
Get latest version
...
0
votes
1answer
684 views
Add a build number to TFS 2010
I have a lot of legacy Delphi 5 & 6 Code. We want to test this code using the new Microsoft Test Manager (part of VS2010)
To effectively track your testing using this tool you need to use build ...