36 lines
902 B
HTML
36 lines
902 B
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>PowerShellStep.ExecutionMode - </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">ExecutionMode</a><br/>
|
|
<br/>
|
|
<h1>ExecutionMode</h1>
|
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ExecutionMode</span></code>
|
|
<p>PowerShell script execution mode</p>
|
|
<h3>Enum Values</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-s-t-d-i-n.html">STDIN</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Run script using the -Command argument</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-p-s1.html">PS1</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Run script with the -ExecutionPolicy ByPass argument to enable arbitrary scripts execution</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</BODY>
|
|
</HTML>
|