.NET Process Runner

Skip to end of metadata
Go to start of metadata
Search

Searching TeamCity 7.x Documentation

Table of Contents

.NET Process Runner is able to run any .NET assembly under selected .NET Framework version and platform, optionally with .NET code coverage.
For example, you can use it to run xUnit, Gallio or other .NET tests, for which there is no dedicated build runner.

To configure .NET process runner:

  1. Specify path to .NET executable (for example to xUnit console) and commandline parameters to be passed to it.
  2. Specify .NET runtime. From the Platform drop-down select the desired execution mode on a x64 machine. Supported values are: Auto (MSIL) (default), x86 and x64. From the Version drop-down select the desired .NET Framework version.
    If you have an MSIL .NET 2.0/3.5 executable, TeamCity can enforce it to execute under any required runtime: x86 or x64, and .NET2.0 or .NET 4.0 runtime.
  3. If needed, add code coverage. To learn about configuring code coverage options, please refer to the corresponding page.

Note, that you don't need to write any additional build scripts.



See also:

Administrator's Guide: Configuring .NET Code Coverage

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.