Skip to content

Commit 34b93bb

Browse files
Fix CI build 4
1 parent d43252f commit 34b93bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ function Start-BuildNativeWindowsBinaries {
292292

293293
if ($alternateVCPath)
294294
{
295+
Write-Verbose -Verbose "checking 2017 path"
295296
$vcvarsallbatPathVS2017 = ( Get-ChildItem $alternateVCPath -Filter vcvarsall.bat -Recurse -File -ErrorAction SilentlyContinue | Select-Object -First 1 -ExpandProperty FullName)
296297
Write-Vebose -Verbose "vcvarsallbatPathVS2017: $vcvarsallbatPathVS2017"
297298
}

0 commit comments

Comments
 (0)