Browse Source

add core.autocrlf true to build.

pull/2134/head
Siegfried Pammer 5 years ago
parent
commit
7e979384e0
  1. 4
      appveyor.yml

4
appveyor.yml

@ -6,6 +6,10 @@ configuration: @@ -6,6 +6,10 @@ configuration:
image: Visual Studio 2019
init:
# force git to use crlf: otherwise dotnet-format --check fails
- git config --global core.autocrlf true
install:
- git submodule update --init --recursive
- pwsh .\BuildTools\appveyor-install.ps1

Loading…
Cancel
Save