Skip to content

Commit

Permalink
git config.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 1, 2015
1 parent a3c009e commit 3a37490
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ after_build:
"C:\Program Files (x86)\Microsoft Fxcop 10.0\FxCopCmd.exe" /project:.\src\SampleProject.FxCop /out:.\tools\fxcop-report.xml
.\tools\DotBadge -b "FxCop:fxcop-report.xml" -output "docs\badges\FxCop.svg"
tree
on_success:
- git config --global push.default simple
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_PERSONAL_TOKEN):x-oauth-basic@github.com`n"
- git config --global user.email "giacomelli@gmail.com"
Expand Down

0 comments on commit 3a37490

Please sign in to comment.