I\'m using Team Foundation 2010 Team Build for automatic deployment of websites and projects. But I can\'t get it to work the right way 开发者_如何学运维with websites...
The tests appear to run fine after compliation, but the results don\'t go anywhere. A .trx file is written and indicates all tests passing. Team Build thinks no tests have been executed and gives the
I\'m trying to deploy website with MSDeploy and开发者_JS百科 team build using some of this ... /p:DeployOnBuild
I\'m running team build 2010, and I have a build definition with tests enabled. For some reason most of the tests are failing (that aren\'t failing on a developer machine), and I can\'t figure out why
As most of you know TFS Team Build 2010 is Windows Workflow based.It comes with a handful of custom Activities out of the box.Is there any documentation available for these activities?
I\'ve written some custom logic to get NUnit tests into a TFS build. It\'s all working beautifully except when the tests don\'t pass the build is partially succeeded rather than failed. Anyone know ho
When we were using SVN, we\'d always print at the footer of our pages开发者_如何学C: \"Revision XXXX\". I\'ve been looking, but I can\'t figure out how to do the same thing with TFS. Can anyone offer
I would like to implement a sort of CI where I build my solution on every checkin.There is one problem, however, and that is that my build scripts often will automatically update certain files that do
I understand I can write my own custom activity (in C#) to execute custom logic during the build process. My understanding is that Powershell can also be used, but I am not sure where it fits in. I do
I\'m setting up VS 2010 Team Foundation Server for a personal project. It is overkill for a single developer but It is a learning experience for me. I\'m having a problem with the build configuration.