-
-
Notifications
You must be signed in to change notification settings - Fork 162
ExecCs
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
ExecCs is a sequential task that executes C# scripts.
The executables generated during the process are loaded by this task so that other tasks can select them through the selectFiles option.
-->
<Task id="$int" name="ExecCs" description="$string" enabled="true|false">
<!--
The C# (.cs) files loaded by the task having as id $taskId will be executed.
-->
<Setting name="selectFiles" value="$taskId" />
<Setting name="selectFiles" value="$taskId" />
<!-- You can add as many selecteFiles as you want.-->
</Task>
</Tasks>
Copyright © Akram El Assas. All rights reserved.