Fix bug in finding MSBuild.
This commit is contained in:
Родитель
68d05e118d
Коммит
6a08e97de1
|
@ -65,7 +65,7 @@ namespace WixBuildTools.TestSupport
|
|||
}
|
||||
}
|
||||
|
||||
var msbuildPath = Msbuild15Path ?? Msbuild16Path;
|
||||
var msbuildPath = !String.IsNullOrEmpty(Msbuild15Path) ? Msbuild15Path : Msbuild16Path;
|
||||
|
||||
if (msbuildVersion == "15")
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче