Make AppVeyor fetch all commits to avoid "reference is not a tree" errors in CI
This commit is contained in:
parent
9e333e31c5
commit
a6cd139f9c
|
|
@ -7,7 +7,6 @@ branches:
|
|||
- dev
|
||||
- /^release\/.*$/
|
||||
- /^(.*\/)?ci-.*$/
|
||||
clone_depth: 1
|
||||
environment:
|
||||
global:
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue