diff --git a/images/windows/scripts/helpers/InstallHelpers.ps1 b/images/windows/scripts/helpers/InstallHelpers.ps1 index da5c37fc..2d0c45bf 100644 --- a/images/windows/scripts/helpers/InstallHelpers.ps1 +++ b/images/windows/scripts/helpers/InstallHelpers.ps1 @@ -130,7 +130,7 @@ function Install-Binary { if ($InstallerLogPath) { Write-Host "Searching for logs maching $InstallerLogPath pattern" - Get-ChildItem -Path $InstallerLogPath | ForEach-Object { + Get-ChildItem -Recurse -Path $InstallerLogPath | ForEach-Object { Write-Output "Found Installer Log: $InstallerLogPath" Get-Content -Path $InstallerLogPath }