When creating a build definition for a TFS build, there is a section called Source Settings as below snapshoot where …
tfsbuild build-definitionIt 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-definitionI 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-signI'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-templateI'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