projetfactory -> "projectfactory"

Mispelling that shows up with "-v diag"
This commit is contained in:
Scott Hanselman 2016-12-13 14:43:18 -08:00 committed by GitHub
parent 148351c12d
commit 8ece346385

View file

@ -37,11 +37,11 @@ namespace Microsoft.DotNet.Cli.Utils
Path.Combine(AppContext.BaseDirectory, "MSBuild.dll") :
msBuildExePath;
Reporter.Verbose.WriteLine($"projetfactory: MSBUILD_EXE_PATH = {msBuildExePath}");
Reporter.Verbose.WriteLine($"projectfactory: MSBUILD_EXE_PATH = {msBuildExePath}");
string msBuildProjectPath = GetMSBuildProjPath(projectDirectory);
Reporter.Verbose.WriteLine($"projetfactory: MSBuild project path = {msBuildProjectPath}");
Reporter.Verbose.WriteLine($"projectfactory: MSBuild project path = {msBuildProjectPath}");
if(msBuildProjectPath == null)
{
@ -79,4 +79,4 @@ namespace Microsoft.DotNet.Cli.Utils
return projectFiles.First();
}
}
}
}