[VMR] Fix path to build.proj in build.ps1 (#18273)

This commit is contained in:
Viktor Hofer 2024-01-17 11:33:30 +01:00 committed by GitHub
parent f708a59e1a
commit 0076d3fb0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,8 +38,9 @@ function Build {
InitializeToolset
$bl = if ($binaryLog) { '/bl:' + (Join-Path $LogDir 'Build.binlog') } else { '' }
$buildProj = Join-Path $RepoRoot 'build.proj'
MSBuild "$PSScriptRoot\build.proj" `
MSBuild $buildProj `
$bl `
--tl:off `
/p:Configuration=$configuration `