diff --git a/vsts.yml b/vsts.yml index 61fdd0f4cc83..736973f87804 100644 --- a/vsts.yml +++ b/vsts.yml @@ -233,6 +233,11 @@ jobs: condition: and(failed(), eq(variables['NOTIFY_SLACK'], '1')) timeoutInMinutes: 1 + - bash: | + rm -rf ..?* .[!.]* * + condition: always() + displayName: 'Cleanup directories' + - job: run_tests displayName: Run Tests dependsOn: build