Merge pull request #487 from brthor/project_validator

Multi Project Validation
This commit is contained in:
Bryan Thornbury 2015-12-16 16:47:51 -08:00
commit 3fd3daa51a
14 changed files with 538 additions and 1 deletions

View file

@ -11,6 +11,7 @@ namespace Microsoft.DotNet.Cli.Utils
{
internal static class Constants
{
public static readonly string ProjectFileName = "project.json";
public static readonly string ExeSuffix = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? ".exe" : string.Empty;
// Priority order of runnable suffixes to look for and run