diff --git a/.ci/os.ps1 b/.ci/os.ps1 index 52d6f7e9edd..10b9c1bd8f6 100644 --- a/.ci/os.ps1 +++ b/.ci/os.ps1 @@ -28,4 +28,4 @@ $ErrorActionPreference="Continue" # TODO: remove the task exclusions once dependencies are set correctly and these don't run for Windows or buldiung the deb on windows is fixed & .\gradlew.bat -g "C:\Users\$env:username\.gradle" --parallel --scan --console=plain destructiveDistroTest -exit $? +exit $LastExitCode