Exemplo n.º 1
0
        private const int TimeOutMsNewProcess      = 20000; // Spend up to 20s connecting to a new process, to allow time for it to start.

        public BuildClient()
        {
            CompilerServerLogger.Initialize("TSK");   // Mark log file entries as from MSBuild Task.
            this.serverExecutablePath = GetExpectedServerExecutablePath();
        }