TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

MSBuild

Last modified: 20 April 2023

This page contains reference information for the MSBuild Build Runner fields.

General Build Runner Options



Code Coverage



To learn about configuring code coverage options, please refer to the Configuring .NET Code Coverage page.

Implementation notes



MSBuild runner generates an MSBuild script that includes user's script. This script is used to add TeamCity-provided MSBuild tasks. Your MSBuild script will be included with the <Import> task. If you specified a Visual Studio solution file, it will be called from the <MSBuild> task. To disable it, set teamcity.msbuild.generateWrappingScript to false.