We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e4201 commit 6efd3ebCopy full SHA for 6efd3eb
1 file changed
ProtoBuf.MSBuildTask/ProtoGen.cs
@@ -42,7 +42,7 @@ public override bool Execute()
42
sb.Append(@""" ");
43
}
44
45
- Console.Error.WriteLine(ProtoGenExecutable + " " + sb.ToString());
+ Log.LogCommandLine(ProtoGenExecutable + " " + sb.ToString());
46
var process = Process.Start(new ProcessStartInfo(ProtoGenExecutable, sb.ToString()) { CreateNoWindow = true, UseShellExecute = false });
47
process.WaitForExit();
48
list.Add(new TaskItem(output));
0 commit comments