Skip to content

Commit b48a69c

Browse files
committed
Use powershell syntax
1 parent 5e4ad77 commit b48a69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configuration:
88
- Debug
99

1010
build_script:
11-
- ps: .\build.ps1 --githubToken={GitHubToken}
11+
- ps: .\build.ps1 --githubToken=$env:GitHubToken
1212

1313
test: off
1414
skip_tags: true

0 commit comments

Comments
 (0)