56 lines
1.3 KiB
HTML
56 lines
1.3 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>PowerShellStep.Edition - </title>
|
||
|
<link rel="stylesheet" href="../../../style.css">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.buildSteps</a> / <a href="../index.html">PowerShellStep</a> / <a href="./index.html">Edition</a><br/>
|
||
|
<br/>
|
||
|
<h1>Edition</h1>
|
||
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Edition</span></code>
|
||
|
<p>A PowerShell edition</p>
|
||
|
<h3>Enum Values</h3>
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-any.html">Any</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Use any edition</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-core.html">Core</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Open-source edition based on .Net Core, cross-platform, 64-bit only</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-desktop.html">Desktop</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Closed-source edition bundled with Windows, available only on Windows platforms.</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>
|