Merge pull request #5015 from dotnet/shanselman-patch-3

Removing duplicate space in "The Current OutputType is" usage
This commit is contained in:
Livar 2016-12-14 09:12:12 -08:00 committed by GitHub
commit e5955e8802

View file

@ -92,7 +92,7 @@ namespace Microsoft.DotNet.Tools.Run
throw new GracefulException(string.Join(Environment.NewLine, throw new GracefulException(string.Join(Environment.NewLine,
LocalizableStrings.RunCommandExceptionUnableToRun1, LocalizableStrings.RunCommandExceptionUnableToRun1,
LocalizableStrings.RunCommandExceptionUnableToRun2, LocalizableStrings.RunCommandExceptionUnableToRun2,
$"{LocalizableStrings.RunCommandExceptionUnableToRun3} '{outputType}'.")); $"{LocalizableStrings.RunCommandExceptionUnableToRun3}'{outputType}'."));
} }
string runArguments = projectInstance.GetPropertyValue(LocalizableStrings.RunCommandRunArguments); string runArguments = projectInstance.GetPropertyValue(LocalizableStrings.RunCommandRunArguments);