We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a993d commit d1620b6Copy full SHA for d1620b6
appveyor.yml
@@ -21,6 +21,10 @@ version: 1.3.{build}
21
# Build worker image (VM template)
22
image: Visual Studio 2015
23
24
+# scripts that are called at very beginning, before repo cloning
25
+init:
26
+ - git config --global core.autocrlf true
27
+
28
# fetch repository as zip archive
29
shallow_clone: true # default is "false"
30
0 commit comments