jetbrains.buildServer.configs.kotlin.v2017_2.buildSteps / MSTestStep / mstestPath
mstestPath
var mstestPath: String?
A path to test engine. TeamCity detects test engine installation on the agent,
to run the detected engine use the following paths:
- MSTest 2019 - "%teamcity.dotnet.mstest.16.0%"
- MSTest 2017 - "%teamcity.dotnet.mstest.15.0%"
- MSTest 2015 - "%teamcity.dotnet.mstest.14.0%"
- MSTest 2013 - "%teamcity.dotnet.mstest.12.0%"
- MSTest 2012 - "%teamcity.dotnet.mstest.11.0%"
- MSTest 2010 - "%teamcity.dotnet.mstest.10.0%"
- MSTest 2008 - "%teamcity.dotnet.mstest.9.0%"
- MSTest 2005 - "%teamcity.dotnet.mstest.8.0%"
Or specify a custom path to the test engine on a build agent machine.
Getter
A path to test engine. TeamCity detects test engine installation on the agent,
to run the detected engine use the following paths:
- MSTest 2019 - "%teamcity.dotnet.mstest.16.0%"
- MSTest 2017 - "%teamcity.dotnet.mstest.15.0%"
- MSTest 2015 - "%teamcity.dotnet.mstest.14.0%"
- MSTest 2013 - "%teamcity.dotnet.mstest.12.0%"
- MSTest 2012 - "%teamcity.dotnet.mstest.11.0%"
- MSTest 2010 - "%teamcity.dotnet.mstest.10.0%"
- MSTest 2008 - "%teamcity.dotnet.mstest.9.0%"
- MSTest 2005 - "%teamcity.dotnet.mstest.8.0%"
Or specify a custom path to the test engine on a build agent machine.
Setter
A path to test engine. TeamCity detects test engine installation on the agent,
to run the detected engine use the following paths:
- MSTest 2019 - "%teamcity.dotnet.mstest.16.0%"
- MSTest 2017 - "%teamcity.dotnet.mstest.15.0%"
- MSTest 2015 - "%teamcity.dotnet.mstest.14.0%"
- MSTest 2013 - "%teamcity.dotnet.mstest.12.0%"
- MSTest 2012 - "%teamcity.dotnet.mstest.11.0%"
- MSTest 2010 - "%teamcity.dotnet.mstest.10.0%"
- MSTest 2008 - "%teamcity.dotnet.mstest.9.0%"
- MSTest 2005 - "%teamcity.dotnet.mstest.8.0%"
Or specify a custom path to the test engine on a build agent machine.