Skip to content

Commit

Permalink
Dont launch Kernel.sln in VS after building devkit
Browse files Browse the repository at this point in the history
  • Loading branch information
quajak authored Nov 18, 2020
1 parent b9642a4 commit a14aae5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions source/Cosmos.Build.Builder/CosmosBuildDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,6 @@ void CleanPackage(string aPackage)
{
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)");
}
}
}
}
Expand Down

0 comments on commit a14aae5

Please sign in to comment.