We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e717f41 commit e184b12Copy full SHA for e184b12
.ci/os.ps1
@@ -28,4 +28,4 @@ $ErrorActionPreference="Continue"
28
# 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
29
& .\gradlew.bat -g "C:\Users\$env:username\.gradle" --parallel --scan --console=plain destructiveDistroTest
30
31
-exit $?
+exit $LastExitCode
0 commit comments