Top "Build-definition" questions

What is `build agent folder` $(SourceDir) of a build definition in TFS Build 2012?

When creating a build definition for a TFS build, there is a section called Source Settings as below snapshoot where …

tfsbuild build-definition
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); …

c# api tfs tfsbuild build-definition
Run Powershell or Command Prompt as administrator during Visual Studio Team Services build

I am working on a project where we are delay signing the assemblies. I need to use the strong name …

build azure-devops strongname build-definition delay-sign
TFS Build error - "The specified path, file name, or both are too long..."

I'm writing the Custom Activities of build process template. I got the below issue when build the activity. >XamlBuildTask : …

tfs build-process build-definition build-process-template
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 …

deployment msbuild msdeploy build-definition