Skip to content

Commit

Permalink
Use powershell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Aug 11, 2016
1 parent 5e4ad77 commit b48a69c
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 @@ -8,7 +8,7 @@ configuration:
- Debug

build_script:
- ps: .\build.ps1 --githubToken={GitHubToken}
- ps: .\build.ps1 --githubToken=$env:GitHubToken

test: off
skip_tags: true
Expand Down

0 comments on commit b48a69c

Please sign in to comment.