Skip to content

Commit

Permalink
Testing push from AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 1, 2015
1 parent 570f8f4 commit 1981ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ after_build:
.\tools\DotBadge -b "FxCop:fxcop-report.xml" -output "docs\badges\FxCop.svg"
on_success:
- git config --global user.email "giacomelli@gmail.com"
- git config --global user.name "Diego Giacomelli"
- 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"
- git config --global user.name "Diego Giacomelli"
- git add docs\badges\FxCop.svg
- git status
- git add docs\badges\FxCop.svg
- git commit -m"Updating FxCop badge"
- git push origin master

Expand Down

0 comments on commit 1981ae9

Please sign in to comment.