projetfactory -> "projectfactory"
Mispelling that shows up with "-v diag"
This commit is contained in:
parent
148351c12d
commit
8ece346385
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue