Merge pull request #5015 from dotnet/shanselman-patch-3
Removing duplicate space in "The Current OutputType is" usage
This commit is contained in:
commit
e5955e8802
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ namespace Microsoft.DotNet.Tools.Run
|
|||
throw new GracefulException(string.Join(Environment.NewLine,
|
||||
LocalizableStrings.RunCommandExceptionUnableToRun1,
|
||||
LocalizableStrings.RunCommandExceptionUnableToRun2,
|
||||
$"{LocalizableStrings.RunCommandExceptionUnableToRun3} '{outputType}'."));
|
||||
$"{LocalizableStrings.RunCommandExceptionUnableToRun3}'{outputType}'."));
|
||||
}
|
||||
|
||||
string runArguments = projectInstance.GetPropertyValue(LocalizableStrings.RunCommandRunArguments);
|
||||
|
|
Loading…
Add table
Reference in a new issue