One of our TFS 2010 requirements is to support software projects that开发者_Python百科 still use Visual Studio Team System 2008 for development. My question is whether a Build Server based on Team Bui
I have the following sequence of things to do in my team build script after the sources are compiled:
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.
Before I spend too much time trying to make this work, I would like to know if it\'s even possible.I can build the projects fine using TFS.I can also publish directly from Visual Studio without issue.
I\'ve been looking for a definitive web resource to help with this, but no luck so far. So, how do I run unit tests as part of a TFS build? I have a number of questions for this, so to make it easier
Just familiarizing myself with TFS 2010, especially Team Build which now uses Windows Workflow. Have been setting up some custom workflows etc to get used to it and so far so good.
I am trying to build a ASP.NET MVC 2 project that uses Lucene.Net. I make a standard build definition in TFS 2010. When I queue a new build, it fails on this error:
With a Windows 2008 Server, that is the Build Server (TFS 2010), that has 2 Build Agents, how do you configure these agents that use the same account, to use multip开发者_如何学编程le workspaces ( or
We are using TFS Build 2010 for Builds. We 开发者_开发问答have two branches of source code (Lets say branchA and branchB).
Is there any tutorial to show how can I use MSBuild tasks like FtpUploadDirectoryContent to copy file/directory to a remote host using FTP开发者_运维问答 in Team Build 2010? I never used a MSBuild tas