Skip to content

Commit 0e98fd2

Browse files
committed
Fix path to msbuild 16
1 parent bdc049e commit 0e98fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/build-functions.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $nuget = "$root\Tools\NuGet.exe"
77
$vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"
88
$msbuild = & $vswhere -latest -products * -requires Microsoft.Component.MSBuild -property installationPath
99
if ($msbuild) {
10-
$msbuild = join-path $msbuild 'MSBuild\15.0\Bin\MSBuild.exe'
10+
$msbuild = join-path $msbuild 'MSBuild\Current\Bin\MSBuild.exe'
1111
}
1212

1313
function Remove-ArtifactsDir {

0 commit comments

Comments
 (0)