The build-definition tag has no wiki summary.
1
vote
3answers
1k views
TFS build definition does not deploy web application to IIS
I am currently trying to get a TFS Build Definition to automatically deploy my web application to the server. The build definition is just a standard manual build definition.
I have create the build ...
0
votes
2answers
258 views
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?
UPDATE 1:
By freezing ...
2
votes
1answer
474 views
Edit build definition error message
I get this error every time I try to edit a build definition under Visual Studio 2010. I would get the following message "There were 0 failures, 6 errors and 0 warnings loading custom activities and ...
0
votes
1answer
38 views
How to programmatically get newly created build definitions in TFS?
Currently I am querying the build definitions by project and getting all of them. My code (simplified) looks something like the following
var server = new TfsTeamProjectCollection(new Uri("url"));
...
0
votes
1answer
22 views
How to use an editor for build definition's input?
I am developing an a plugin that definitions build definitions. I have an option where you can add files. That option should be project specific and so data shouldn't persist between projects. I am ...
0
votes
1answer
375 views
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, ...
0
votes
1answer
462 views
Excluding Multiple Files in TFS Build
I'm trying to exclude a series of files from a custom deployment step in my TFS 2008 build definition. I want to include all files except those starting with either P0 or P1. Here are some of my ...
0
votes
0answers
8 views
TFS 2010 API - Copy/clone build definitions with process parameter values
I'm using the TFS API for copying buildefinitins. However I am not able to copy build process template paramaters with values. I can't see the values in an IBuildDefinition object. Where can i fetch ...
0
votes
0answers
97 views
VS2012 automated deployment - OutputPath property is not set for project
Ok, I know this has been asked a bunch of times...
I have tried to change the configuration and the outputPath, but still I have this issue.
I am setting up automated build and deployment for our ...
0
votes
0answers
36 views
Custom parameters not appearing in .SetParameters.xml file
I have added some custom parameters in Build Definition as shown in below image, the "Production Environment Details" section. It has multiple custom parameters defined.
As per regular process TFS ...
0
votes
0answers
135 views
Is it possible to use a single TFS build definition to deploy multiple project apps into their respective deployment folders?
Our solution (the structure of which I personally don't have any control of) has an MVC web application project, and several WCF app projects. We've got our TFS server set up so that for our real time ...
0
votes
0answers
232 views
MSBuild won't accept a physical path, or use property
I'm trying to get MSBuild to work for our web site project, but I'm running into some issues.
Vitals: IIS 7, VS 2010, TFS 2010, .NET 3.5, Web Site Project (upgrading to web application isn't a option ...