Top "Tfsbuild" questions

Automated Builds using the Team Foundation Server / Visual Studio Team Services build system

How to remove a specific ChangeSet in TFS 2010?

How to remove a specific changeset in tfs2010? I have changeset version numbers with 545, 544, 543,542. Now, I am looking to delete …

c# tfs tfsbuild
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
Assembly references won't resolve properly on our build server

We code in C# using VS2008 SP1. We have a server that runs Team System Server 2008 which we use for …

c# tfsbuild assembly-resolution
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
Signing assemblies with PFX files in MSBuild, Team Build, and TFS

I get this error when trying to build a project using Team Build (MSBuild) on TFS 2010: C:\Windows\Microsoft.NET\…

msbuild code-signing tfsbuild
TFS 2013 building .NET 4.6 / C# 6.0

We use TFS 2013 to as our build server. I've started a C# 6.0 project and I am trying to get it …

.net tfsbuild c#-6.0 .net-4.6
How to determine if a website is installed in IIS7 with Powershell?

I'm pretty new to powershell, and I'm trying to automate the removal of a prior version of a website and …

powershell iis-7 tfsbuild
What does ***NO_CI*** stand for?

A gated check-in will create a change-set whose name is ended with ***NO_CI***? What is that NO_CI stand …

tfsbuild checkin
Build VS2013 on a TFS Build Server With Only VS2013

I'm setting up a new build server to support a migration of our development team from VS2010 to VS2013. We …

tfsbuild visual-studio-2013
TFS Build not transforming web.config as expected

The goal is to have TFS build and deploy 2+ different configurations, and have the web.config transform files include the …

visual-studio-2010 msbuild web-config tfsbuild