3 references to TemplatePath
installer.tasks (3)
GenerateRunScript.cs (3)
34
if (!File.Exists(
TemplatePath
))
36
Log.LogError($"Runner script template {
TemplatePath
} was not found.");
40
string templateContent = File.ReadAllText(
TemplatePath
);