We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43252f commit 34b93bbCopy full SHA for 34b93bb
build.psm1
@@ -292,6 +292,7 @@ function Start-BuildNativeWindowsBinaries {
292
293
if ($alternateVCPath)
294
{
295
+ Write-Verbose -Verbose "checking 2017 path"
296
$vcvarsallbatPathVS2017 = ( Get-ChildItem $alternateVCPath -Filter vcvarsall.bat -Recurse -File -ErrorAction SilentlyContinue | Select-Object -First 1 -ExpandProperty FullName)
297
Write-Vebose -Verbose "vcvarsallbatPathVS2017: $vcvarsallbatPathVS2017"
298
}
0 commit comments