turn off tool/go debug

Change-Id: I7ff712268f92274240fce960bc7252637de26a39
Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
This commit is contained in:
Tom Proctor 2026-01-28 20:18:21 +00:00
parent ba03f4a6b8
commit 3f82e44894
No known key found for this signature in database

View File

@ -6,9 +6,9 @@
$ErrorActionPreference = 'Stop'
Set-StrictMode -Version 3.0
if (($Env:CI -eq 'true') -and ($Env:NOPWSHDEBUG -ne 'true')) {
Set-PSDebug -Trace 1
}
# if (($Env:CI -eq 'true') -and ($Env:NOPWSHDEBUG -ne 'true')) {
# Set-PSDebug -Trace 1
# }
<#
.DESCRIPTION