parent
85b6b74bd5
commit
de10e0dd54
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
}
|
||||
else if (projectFiles.Count() > 1)
|
||||
{
|
||||
throw new InvalidOperationException(string.Format(
|
||||
throw new GracefulException(string.Format(
|
||||
LocalizableStrings.MultipleProjectFilesFound,
|
||||
projectDirectory));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue