[ci] Disable Shallow fetch in pipeline build. (#12964)
This commit is contained in:
parent
00b11ec4e2
commit
82cbe6b029
@ -36,6 +36,7 @@ jobs:
|
||||
displayName: "Set cache options"
|
||||
- checkout: self
|
||||
submodules: recursive
|
||||
fetchDepth: 0
|
||||
condition: and(succeeded(), eq(variables.SKIP_CHECKOUT, ''))
|
||||
displayName: 'Checkout code'
|
||||
- script: |
|
||||
|
Loading…
Reference in New Issue
Block a user