Browse Source

Use the Github email when doing Git pushes from AppVeyor.

pull/574/head
triton 10 years ago
parent
commit
7c49454faa
  1. 2
      appveyor.yml

2
appveyor.yml

@ -55,7 +55,7 @@ build_script:
on_success: on_success:
- git config --global user.name "CppSharp CI" - git config --global user.name "CppSharp CI"
- git config --global user.email "cppsharp-ci@tritao.eu" - git config --global user.email "joao+cppsharp-ci@tritao.eu"
- git config --global credential.helper store - git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):x-oauth-basic@github.com`n" - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):x-oauth-basic@github.com`n"
- git remote set-url origin https://github.com/mono/CppSharp.git - git remote set-url origin https://github.com/mono/CppSharp.git

Loading…
Cancel
Save