From 4f241d4e6210cd078111d65286f5eb0c55065553 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Wed, 7 Oct 2015 19:04:24 +0300 Subject: [PATCH] Fixed the automatic commit after regenerating the parser bindings at AppVeyor. Signed-off-by: Dimitar Dobrev --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 771af4c2..abbed9cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,6 +59,7 @@ on_success: - git config --global credential.helper store - 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 checkout master - '%LIB_PATH%\CppSharp.Parser.Gen.exe' - 'git commit -a -m "CI: Re-generated the parser bindings"' - git push