diff --git a/src/local-build.ps1 b/src/local-build.ps1 index 86e313b52d..f5a085b3d9 100644 --- a/src/local-build.ps1 +++ b/src/local-build.ps1 @@ -83,7 +83,7 @@ try { $actionsIndex = $customYml.IndexOf('actions:') $newCustomYml = $customYml[0..$actionsIndex] + ` - " - !powerShell: {command: 'gc -Wait Logs\TIOutput.txt -EA 0 | Write-Output; pause', baseDir: true, wait: false}" + ` + " - !cmd: {command: 'start `"AME Wizard Live Log`" PowerShell -NoP -C `"gc -Wait ..\..\..\Logs\TIOutput.txt -EA 0 | Write-Output; pause`"', exeDir: true}" + ` $customYml[($actionsIndex + 1)..($customYml.Count)] Set-Content -Path $tempCustomYmlPath -Value $newCustomYml