Update appveyor.yml to configure git to disable line endings normalization

This commit is contained in:
Kévin Chalet 2017-09-25 16:20:18 +02:00
parent 241729861d
commit 3309638afd

View File

@ -17,6 +17,7 @@ after_build:
- ps: |
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE)
{
git config --global core.autocrlf false
git config --global credential.helper store
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
git config --global user.email $env:op_build_user_email