Skip to content

Commit bf6f116

Browse files
committed
removed powershell command for now
1 parent 54616fc commit bf6f116

File tree

4 files changed

+0
-86
lines changed

4 files changed

+0
-86
lines changed

taskt/Core/Automation/Commands/RunPowerShellScriptCommand.cs

-83
This file was deleted.

taskt/Core/Automation/Commands/ScriptCommand.cs

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ namespace taskt.Core.Automation.Commands
4646
[XmlInclude(typeof(AddVariableCommand))]
4747
[XmlInclude(typeof(VariableCommand))]
4848
[XmlInclude(typeof(RunScriptCommand))]
49-
[XmlInclude(typeof(RunPowerShellScriptCommand))]
5049
[XmlInclude(typeof(CloseWindowCommand))]
5150
[XmlInclude(typeof(SetWindowStateCommand))]
5251
[XmlInclude(typeof(BeginExcelDatasetLoopCommand))]

taskt/UI/CustomControls/CustomControls.cs

-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ public static Dictionary<string, Image> UIImageDictionary()
452452
uiImages.Add("GetWordLengthCommand", taskt.Properties.Resources.command_function);
453453
uiImages.Add("GetWordCountCommand", taskt.Properties.Resources.command_function);
454454
uiImages.Add("RunScriptCommand", taskt.Properties.Resources.command_script);
455-
uiImages.Add("RunPowerShellScriptCommand", taskt.Properties.Resources.command_script);
456455
uiImages.Add("RunCustomCodeCommand", taskt.Properties.Resources.command_script);
457456
uiImages.Add("RunTaskCommand", taskt.Properties.Resources.command_start_process);
458457
uiImages.Add("StopTaskCommand", taskt.Properties.Resources.command_stop_process);

taskt/taskt.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@
216216
<Compile Include="Core\Automation\Commands\FilterDataTableCommand.cs" />
217217
<Compile Include="Core\Automation\Commands\RemoveDataRowCommand.cs" />
218218
<Compile Include="Core\Automation\Commands\RenameFolderCommand.cs" />
219-
<Compile Include="Core\Automation\Commands\RunPowerShellScriptCommand.cs" />
220219
<Compile Include="Core\Automation\Commands\SeleniumBrowserSwitchFrameCommand.cs" />
221220
<Compile Include="Core\Automation\Commands\SetEnginePreferenceCommand.cs" />
222221
<Compile Include="Core\Automation\Commands\TryCommand.cs" />

0 commit comments

Comments
 (0)