6 references to RunCommands
installer.tasks (6)
GenerateRunScript.cs (6)
28
if (
RunCommands
.Length == 0)
43
Log.LogMessage($"Run commands = {string.Join(Environment.NewLine,
RunCommands
)}");
83
for (int i = 0; i <
RunCommands
.Length; i++)
85
string[] runCommandsSplit =
RunCommands
[i].Split(newlineSeparator, StringSplitOptions.None);
89
if ((j < runCommandsSplit.Length - 1) || (i <
RunCommands
.Length - 1))
109
foreach (string runCommand in
RunCommands
)