Corrected a typo
This commit is contained in:
parent
83684abab4
commit
590d9f65f6
|
|
@ -32,7 +32,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
|
|||
if (string.IsNullOrEmpty(BuildVariables.MSBuildPath))
|
||||
{
|
||||
throw new ArgumentException("Unable to locate MSBuild.exe to run desktop tests. " +
|
||||
"MSBuild.exe is located using state created as part of running build[cmd|sh] at the root of the repository. Run build /t:Prepeare to set this up if this hasn't been done.");
|
||||
"MSBuild.exe is located using state created as part of running build[cmd|sh] at the root of the repository. Run build /t:Prepare to set this up if this hasn't been done.");
|
||||
}
|
||||
|
||||
processStartInfo.FileName = BuildVariables.MSBuildPath;
|
||||
|
|
|
|||
Loading…
Reference in New Issue