Top "Tfsbuild" questions

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

What is expected for DeployIisAppPath setting on MSBuild argument?

SERVERNAME(myDomain\Username) Application Pools Sites DEV Site1 DEV Site2 dev Site 3 bin Content ... Views etc ... This is my basic …

iis tfs msbuild tfsbuild webdeploy
TFS Build: `Microsoft.TeamFoundation.PowerShell' is not installed on this computer

When I'm logged in to tfs build server using local account and execute following powershell command: Add-PSSnapin Microsoft.TeamFoundation.PowerShell …

powershell tfs tfsbuild build-automation tfs-power-tools
ASP.NET MVC 1.0 AfterBuilding Views fails on TFS Build

I've upgraded from ASP.NET MVC Beta to 1.0 and did the following changes to the MVC project (as descibed in …

asp.net asp.net-mvc tfsbuild
dotnet test not creating test results folder

As part of our ASP.NET Core 2.0 build process I have added a dotnet test command which I have added …

asp.net-core tfs tfsbuild tfs-2015 dotnet-test
Build and Deploy a Web Application with TFS 2015 Build

We have just installed TFS 2015 (Update 1) on-premise and are trying to create a Continuous Integration/Build system using the new …

asp.net-mvc deployment tfsbuild tfs-2015
When does MSBuild set the $(ProjectName) property?

I'm fairly new to MSBuild, and I've done some customization on a WPF project file that I'm building both in …

visual-studio-2010 msbuild tfsbuild
TFS 2010 Build Automation and post-build event

In the project I've inherited, the original developer used a number of post-build events in his Visual Studio projects to …

visual-studio tfsbuild post-build-event
TFS Build specific changeset and deploy it using the changeset number

I have a Build Definition to build a solution on my TFS. This works well, but it always builds the …

tfs msbuild tfsbuild changeset
TFS 2012 and web.config transforms

I am trying to have my TFS Build create the web.config transform associated with the configuration I selected for …

tfsbuild web-config-transform
Is it possible to put delay between tasks or conditional loop

Is it possible to either loop or delay between running tasks in either build or release pipelines? I deploy containers …

tfs azure-devops azure-pipelines tfsbuild