diff --git a/Conan.VisualStudio/Services/SolutionEventsHandler.cs b/Conan.VisualStudio/Services/SolutionEventsHandler.cs index d845945f..b613450b 100644 --- a/Conan.VisualStudio/Services/SolutionEventsHandler.cs +++ b/Conan.VisualStudio/Services/SolutionEventsHandler.cs @@ -95,7 +95,8 @@ private void RunCsi(Project project) RedirectStandardOutput = true, CreateNoWindow = true }; - System.Diagnostics.Process.Start(startInfo); + // TODO: Path to hardcoded MSBuild/15.0, make it conditional + // System.Diagnostics.Process.Start(startInfo); } public int OnAfterOpenProject(IVsHierarchy pHierarchy, int fAdded)