I am trying to make work the TF开发者_C百科S 2010 build service (on a Windows Server SP2). The solution I want to get built includes many C# projects and one F# project. On my own PC, where I have Mic
When connecting to a remote TFS 2010 installation via my Visual Studio 2010, Process tab of Build Definition freezes. Everything seems to be disabled. Is there any work-around?
I have a builddefinition in VS 2010 containing both the AgentScope and FindMatchingFiles activities. A also have defined a IEnumerable variable to hold the result from the FindMatchingFiles activity,
It seems no overloads of IBuildServer.QueryBuilds(...) allows me to do that. Here\'s my code: TfsTeamProjectCollection tfs = context.GetValue(TeamProject);
In the TFS 2010 build definition window, under “Process” there are two required items.They are “Configurations to build” and “Projects to build”.Under projects to build, it will allow me to ente
We have a lot of build definitions on our TFS 2010 for the same \'Team Project\'. But not all build tasks are relevant for developers or they haven\'t th开发者_JAVA百科e privileges to queue a new buil
I\'ve been looking into TFS2010 new build and deployment features with MSDeploy. So far everything is going well (although its been hard to find information about specific scenarios).
Consider this simple msbuild script (xaml): <Activity xmlns=[....]> <Sequence> <mtbwa:WriteBuildMessage Message=\"Test message\"/>
I want to recursively delete files that match a certain pattern as part of my post-build cleanup routines in TFS Build. I\'ve tried this...