We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4ad77 commit b48a69cCopy full SHA for b48a69c
appveyor.yml
@@ -8,7 +8,7 @@ configuration:
8
- Debug
9
10
build_script:
11
- - ps: .\build.ps1 --githubToken={GitHubToken}
+ - ps: .\build.ps1 --githubToken=$env:GitHubToken
12
13
test: off
14
skip_tags: true
0 commit comments