46 lines
2.2 KiB
HTML
46 lines
2.2 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>VSTestStep.vstestPath - </title>
|
|
<link rel="stylesheet" href="../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v10.buildSteps</a> / <a href="index.html">VSTestStep</a> / <a href="./vstest-path.html">vstestPath</a><br/>
|
|
<br/>
|
|
<h1>vstestPath</h1>
|
|
<a name="jetbrains.buildServer.configs.kotlin.v10.buildSteps.VSTestStep$vstestPath"></a>
|
|
<code><span class="keyword">var </span><span class="identifier">vstestPath</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
|
|
<p>A path to test engine. TeamCity detects test engine installation on the agent,
|
|
to run the detected engine use the following paths:</p>
|
|
<ul><li>VSTest 2019 - "%teamcity.dotnet.vstest.16.0%"</li>
|
|
<li>VSTest 2017 - "%teamcity.dotnet.vstest.15.0%"</li>
|
|
<li>VSTest 2015 - "%teamcity.dotnet.vstest.14.0%"</li>
|
|
<li>VSTest 2013 - "%teamcity.dotnet.vstest.12.0%"</li>
|
|
<li>VSTest 2012 - "%teamcity.dotnet.vstest.11.0%"
|
|
Or specify a custom path to the test engine on a build agent machine.</li>
|
|
</ul>
|
|
<p><strong>Getter</strong><br/>
|
|
<p>A path to test engine. TeamCity detects test engine installation on the agent,
|
|
to run the detected engine use the following paths:</p>
|
|
<ul><li>VSTest 2019 - "%teamcity.dotnet.vstest.16.0%"</li>
|
|
<li>VSTest 2017 - "%teamcity.dotnet.vstest.15.0%"</li>
|
|
<li>VSTest 2015 - "%teamcity.dotnet.vstest.14.0%"</li>
|
|
<li>VSTest 2013 - "%teamcity.dotnet.vstest.12.0%"</li>
|
|
<li>VSTest 2012 - "%teamcity.dotnet.vstest.11.0%"
|
|
Or specify a custom path to the test engine on a build agent machine.</li>
|
|
</ul>
|
|
</p>
|
|
<p><strong>Setter</strong><br/>
|
|
<p>A path to test engine. TeamCity detects test engine installation on the agent,
|
|
to run the detected engine use the following paths:</p>
|
|
<ul><li>VSTest 2019 - "%teamcity.dotnet.vstest.16.0%"</li>
|
|
<li>VSTest 2017 - "%teamcity.dotnet.vstest.15.0%"</li>
|
|
<li>VSTest 2015 - "%teamcity.dotnet.vstest.14.0%"</li>
|
|
<li>VSTest 2013 - "%teamcity.dotnet.vstest.12.0%"</li>
|
|
<li>VSTest 2012 - "%teamcity.dotnet.vstest.11.0%"
|
|
Or specify a custom path to the test engine on a build agent machine.</li>
|
|
</ul>
|
|
</p>
|
|
</BODY>
|
|
</HTML>
|