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
|
- dev
|
||||||
- /^release\/.*$/
|
- /^release\/.*$/
|
||||||
- /^(.*\/)?ci-.*$/
|
- /^(.*\/)?ci-.*$/
|
||||||
clone_depth: 1
|
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue