Merge pull request #5014 from dotnet/shanselman-patch-1
projetfactory -> "projectfactory"
This commit is contained in:
commit
0caae96daf
1 changed files with 3 additions and 3 deletions
|
@ -37,11 +37,11 @@ namespace Microsoft.DotNet.Cli.Utils
|
||||||
Path.Combine(AppContext.BaseDirectory, "MSBuild.dll") :
|
Path.Combine(AppContext.BaseDirectory, "MSBuild.dll") :
|
||||||
msBuildExePath;
|
msBuildExePath;
|
||||||
|
|
||||||
Reporter.Verbose.WriteLine($"projetfactory: MSBUILD_EXE_PATH = {msBuildExePath}");
|
Reporter.Verbose.WriteLine($"projectfactory: MSBUILD_EXE_PATH = {msBuildExePath}");
|
||||||
|
|
||||||
string msBuildProjectPath = GetMSBuildProjPath(projectDirectory);
|
string msBuildProjectPath = GetMSBuildProjPath(projectDirectory);
|
||||||
|
|
||||||
Reporter.Verbose.WriteLine($"projetfactory: MSBuild project path = {msBuildProjectPath}");
|
Reporter.Verbose.WriteLine($"projectfactory: MSBuild project path = {msBuildProjectPath}");
|
||||||
|
|
||||||
if(msBuildProjectPath == null)
|
if(msBuildProjectPath == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue