64 lines
1.6 KiB
HTML
64 lines
1.6 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>DevenvBuildStep.VSAction - </title>
|
||
|
<link rel="stylesheet" href="../../../style.css">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.buildSteps</a> / <a href="../index.html">DevenvBuildStep</a> / <a href="./index.html">VSAction</a><br/>
|
||
|
<br/>
|
||
|
<h1>VSAction</h1>
|
||
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">VSAction</span></code>
|
||
|
<p>MSBuild action</p>
|
||
|
<h3>Enum Values</h3>
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-clean.html">Clean</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Deletes any files created by the build command, without affecting source files</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-rebuild.html">Rebuild</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Cleans and then builds the specified solution or project according to the configuration of the specified solution</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-build.html">Build</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Builds the specified solution or project according to the configuration of the specified solution</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-deploy.html">Deploy</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Builds the solution, along with files necessary for deployment, according to the solution's configuration</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<h3>Companion Object Properties</h3>
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="mapping.html">mapping</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<code><span class="keyword">val </span><span class="identifier">mapping</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</BODY>
|
||
|
</HTML>
|