Skip to content

Commit

Permalink
Merge pull request #1033 from Visual-Studio-China/master
Browse files Browse the repository at this point in the history
update appveyor.yml
  • Loading branch information
Martin Sawicki authored Aug 21, 2016
2 parents 937bfd6 + d11f969 commit 756e1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build_script:
on_success:
- cd docs
- git add .
- git diff --quiet --exit-code --cached || git commit -m "CI Updates" || git push -u origin master
- git diff --quiet --exit-code --cached || git commit -m "CI Updates" && git push -u origin master
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 756e1cb

Please sign in to comment.