diff --git a/GingerPythonPluginConsole/Ginger.PluginPackage.Actions.json b/GingerPythonPluginConsole/Ginger.PluginPackage.Actions.json new file mode 100644 index 0000000..81bf326 --- /dev/null +++ b/GingerPythonPluginConsole/Ginger.PluginPackage.Actions.json @@ -0,0 +1,42 @@ +[ + { + "InputValues": [ + { + "Param": "GA", + "ParamTypeName": "IGingerAction" + }, + { + "Param": "scriptContent", + "ParamTypeName": "string" + }, + { + "Param": "args", + "ParamTypeName": "List{Properties=value:String}" + } + ], + "ActionId": "RunScript", + "PluginId": "GingerPython", + "ServiceId": "Python", + "Description": "Run Script" + }, + { + "InputValues": [ + { + "Param": "GA", + "ParamTypeName": "IGingerAction" + }, + { + "Param": "scriptFileName", + "ParamTypeName": "string" + }, + { + "Param": "args", + "ParamTypeName": "List{Properties=value:String}" + } + ], + "ActionId": "RunScriptFile", + "PluginId": "GingerPython", + "ServiceId": "Python", + "Description": "Run Script file" + } +] \ No newline at end of file diff --git a/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj b/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj index ed46452..4f04fd5 100644 --- a/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj +++ b/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj @@ -9,6 +9,7 @@ + @@ -18,6 +19,9 @@ + + Always + Always