Merge pull request #487 from brthor/project_validator
Multi Project Validation
This commit is contained in:
commit
3fd3daa51a
14 changed files with 538 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue