in Task:
MSBuild.ExtensionPack.Framework.AsyncExec
method Execute(), there is a bug at the very last loop:
Process.Start(GetCommandLine(str2)).Start();
Start is invoked 2 times.
Comments: Resolved with changeset 71973.
MSBuild.ExtensionPack.Framework.AsyncExec
method Execute(), there is a bug at the very last loop:
Process.Start(GetCommandLine(str2)).Start();
Start is invoked 2 times.
Comments: Resolved with changeset 71973.