Scripts~/windows/clean.ps1 (4 lines of code) (raw):

& "$PSScriptRoot\.clean-builds.ps1" if ($LASTEXITCODE -eq 0) { & "$PSScriptRoot\.clean-download-files.ps1" } # Comment this out for faster builds if ($LASTEXITCODE -eq 0) { & "$PSScriptRoot\.clean-exports.ps1" } exit $LASTEXITCODE