I\'ve just migrated our Team Projects from TFS2008 to a new TFS2010 server and everything seems to be going well except for one thing (so far).
I modified my project\'s AssemblyInfo.cs as following: [assembly:AssemblyVersion(\"1.0.*\")] //[assembly:AssemblyFileVersion(\"1.0.0.0\")]
Does anyone know if its possible to have TFS2010 Build Server 开发者_开发百科run ONLY tests rather than entire project.
As part of an automated build, I clear out a directory, and copy the latest versions of the source files to this directory.First, I set up the list of files I wish to copy:
We have a TFS build which outputs 2 exe\'s for 2 different solutions. How do I now integrate my build with InstallShield to use these exe\'s of both the solutions 开发者_如何学JAVAin my installer.
Building my 开发者_运维百科solution succeeds, but the build fails upon copying from the build to the drop location. I get an error like this
I get this error when trying to build a project using Team Build (MSBuild) on TFS 2010: C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.targets (1970):
I have a setup a new TFS 2010 build definition. When I run the build for this build definition I get the following error during a \"GET\" operation:
I just used the wonderful tool Microsoft Ajax Minifier and it\'s working very well when I build my MVC 开发者_开发技巧application on my machine but when I check-in in source control and started build
I\'m considering running unit tests for my Visual Studio 2010 projects on our build server at build time.The problem is that when I\'m working locally, I want to test against DEV, wh开发者_开发百科en