mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
Dont launch Kernel.sln in VS after building devkit
This commit is contained in:
parent
b9642a4793
commit
a14aae5f0a
1 changed files with 0 additions and 12 deletions
|
|
@ -162,18 +162,6 @@ namespace Cosmos.Build.Builder
|
||||||
{
|
{
|
||||||
xKey.SetValue("DevKit", _cosmosDir);
|
xKey.SetValue("DevKit", _cosmosDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Launch VS
|
|
||||||
|
|
||||||
if (!App.BuilderConfiguration.NoVsLaunch)
|
|
||||||
{
|
|
||||||
var vsInstance = _visualStudioInstance;
|
|
||||||
var vsPath = Path.Combine(vsInstance.GetInstallationPath(), "Common7", "IDE", "devenv.exe");
|
|
||||||
|
|
||||||
var kernelSlnPath = Path.Combine(_cosmosDir, "Kernel.sln");
|
|
||||||
|
|
||||||
yield return new StartProcessTask(vsPath, kernelSlnPath, "Visual Studio (Kernel.sln)");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue