Skip to content

Commit ff30267

Browse files
committed
Change to the build directory before Git push in AppVeyor.
1 parent 56c4da9 commit ff30267

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ on_success:
5656
- git config --global user.name "CppSharp CI"
5757
- git config --global credential.helper store
5858
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):[email protected]`n"
59+
- dir
5960
- git remote set-url origin https://github.com/mono/CppSharp.git
6061
- '%LIB_PATH%\CppSharp.Parser.Gen.exe'
62+
- cd %APPVEYOR_BUILD_FOLDER%
6163
- git commit -a -m "CI: Re-generated the parser bindings"
6264
- git push
6365

0 commit comments

Comments
 (0)