Skip to content

Commit

Permalink
try fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoding121 committed Apr 26, 2018
1 parent b186c8a commit 601aeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ deploy_script:
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):x-oauth-basic@github.com`n"
- git config --global user.email %github_email%
- git config --global user.name "justcoding121"
- bash releaseDocs.sh
- bash .build/releaseDocs.sh

deploy:
- provider: GitHub
auth_token: %github_access_token%
auth_token: $env:github_access_token
on:
branch: /(stable|beta)/
- provider: NuGet
Expand Down

0 comments on commit 601aeff

Please sign in to comment.