Skip to content

Commit

Permalink
Try a fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-iholkin committed Aug 13, 2024
1 parent 25847eb commit 8ec8978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer/_scripts/_helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function BuildInstaller {
Write-Output "devenv.exe started: platform $Platform, mod $Mod."
# $toLogOrNot = "/Out " + $installerDir + "\SwitchApps_Installer\Debug\log.txt"
$toLogOrNot = ""
$proc = Start-Process -FilePath $devenvFile -ArgumentList ("$solutionFile /Rebuild Debug") -NoNewWindow
$proc = Start-Process -FilePath $devenvFile -ArgumentList ("$solutionFile /Rebuild Debug") -NoNewWindow -PassThru
$timeoutReached = $null
$proc | Wait-Process -Timeout 30 -ErrorAction SilentlyContinue -ErrorVariable timeoutReached
if ($timeoutReached) {
Expand Down

0 comments on commit 8ec8978

Please sign in to comment.