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