[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"
|
displayName: "Set cache options"
|
||||||
- checkout: self
|
- checkout: self
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
fetchDepth: 0
|
||||||
condition: and(succeeded(), eq(variables.SKIP_CHECKOUT, ''))
|
condition: and(succeeded(), eq(variables.SKIP_CHECKOUT, ''))
|
||||||
displayName: 'Checkout code'
|
displayName: 'Checkout code'
|
||||||
- script: |
|
- script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user