From a6cd139f9cf6a5e27c4f19e81571c300215c17e6 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 16 Feb 2018 12:38:43 +0000 Subject: [PATCH] Make AppVeyor fetch all commits to avoid "reference is not a tree" errors in CI --- .appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9312f5fb30..19c16e69b1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,7 +7,6 @@ branches: - dev - /^release\/.*$/ - /^(.*\/)?ci-.*$/ -clone_depth: 1 environment: global: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true