build-definition
Building a solution including an F# project using a build service on a windows server with F# runtime 2.0
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[详细]
2023-04-02 20:54 分类:问答TFS build definition freezes when connecting remote machines
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?[详细]
2023-03-16 20:40 分类:问答Build definitions containing AgentScope, FindMatchingFiles and IEnumerable<string>
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,[详细]
2023-03-05 21:04 分类:问答TFS API - How to query builds independent of which build definition they belong to
It seems no overloads of IBuildServer.QueryBuilds(...) allows me to do that. Here\'s my code: TfsTeamProjectCollection tfs = context.GetValue(TeamProject);[详细]
2023-02-16 05:22 分类:问答TFS 2010 Build Definition
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[详细]
2023-02-05 22:30 分类:问答Team Foundation Server 2010: structure build definitions in folders
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[详细]
2023-02-02 19:57 分类:问答TFS2010 Build Definition to Deploy to multiple servers?
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).[详细]
2023-01-12 00:21 分类:问答WriteBuildMessage not displayed
Consider this simple msbuild script (xaml): <Activity xmlns=[....]> <Sequence> <mtbwa:WriteBuildMessage Message=\"Test message\"/>[详细]
2023-01-09 10:33 分类:问答How to Recursively Delete wildcard files in TFS Build?
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...[详细]
2022-12-17 14:40 分类:问答