mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-21 02:57:53 +08:00
Update appveyor.yml to configure git to disable line endings normalization
This commit is contained in:
@@ -17,6 +17,7 @@ after_build:
|
|||||||
- ps: |
|
- ps: |
|
||||||
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE)
|
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE)
|
||||||
{
|
{
|
||||||
|
git config --global core.autocrlf false
|
||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
|
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
|
git config --global user.email $env:op_build_user_email
|
||||||
|
Reference in New Issue
Block a user