From 4f4875b0e8c21c92fe7af05151acf36ff92828c8 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Wed, 6 Oct 2021 15:24:34 -0700 Subject: [PATCH] Add "workspace: clean: all" to anybuild build yaml file --- tools/ci_build/github/azure-pipelines/anybuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/anybuild.yml b/tools/ci_build/github/azure-pipelines/anybuild.yml index e42a2ebf9b..cba4b7b791 100644 --- a/tools/ci_build/github/azure-pipelines/anybuild.yml +++ b/tools/ci_build/github/azure-pipelines/anybuild.yml @@ -41,7 +41,8 @@ jobs: pool: onnxruntime-linux-cpu-westus2 timeoutInMinutes: 60 - + workspace: + clean: all steps: - checkout: none