[ci]: cleanup source directory upon checkout

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
Guohan Lu 2021-01-30 14:19:41 -08:00 committed by lguohan
parent 83c51e4803
commit c041d25f92

View File

@ -31,6 +31,7 @@ stages:
timeoutInMinutes: 600
steps:
- checkout: self
clean: true
submodules: recursive
displayName: 'Checkout code'
- script: |
@ -55,6 +56,7 @@ stages:
timeoutInMinutes: 600
steps:
- checkout: self
clean: true
submodules: recursive
displayName: 'Checkout code'
@ -80,6 +82,7 @@ stages:
timeoutInMinutes: 600
steps:
- checkout: self
clean: true
submodules: recursive
displayName: 'Checkout code'