Add "workspace: clean: all" to anybuild build yaml file

This commit is contained in:
Changming Sun 2021-10-06 15:24:34 -07:00
parent e2b1852eec
commit 4f4875b0e8

View file

@ -41,7 +41,8 @@ jobs:
pool: onnxruntime-linux-cpu-westus2
timeoutInMinutes: 60
workspace:
clean: all
steps:
- checkout: none