There was an error while loading. Please reload this page.
1 parent c7d6bd6 commit be9124cCopy full SHA for be9124c
1 file changed
eng/common/sdl/run-sdl.ps1
@@ -13,7 +13,7 @@ Param(
13
$ErrorActionPreference = 'Stop'
14
Set-StrictMode -Version 2.0
15
$disableConfigureToolsetImport = $true
16
-$LASTEXITCODE = 0
+$global:LASTEXITCODE = 0
17
18
try {
19
# `tools.ps1` checks $ci to perform some actions. Since the SDL
0 commit comments