Skip to content

Commit 058f2b2

Browse files
committed
restore $env:TEST_DEBUG
1 parent 3591ffa commit 058f2b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ $ProgressPreference = 'SilentlyContinue' # Disable Progress bar for faster downl
2525
if (![String]::IsNullOrWhiteSpace($env:TESTS_DEBUG)) {
2626
$TestsDebug = $env:TESTS_DEBUG
2727
}
28-
# $env:TESTS_DEBUG = $TestsDebug
29-
$env:TESTS_DEBUG = $true
28+
$env:TESTS_DEBUG = $TestsDebug
3029

3130
if (![String]::IsNullOrWhiteSpace($env:AGENT_TYPE)) {
3231
$AgentType = $env:AGENT_TYPE

0 commit comments

Comments
 (0)