Skip to content

Commit 48643ad

Browse files
committed
2 parents a934b0e + 2ac58d8 commit 48643ad

File tree

3 files changed

+6
-2525
lines changed

3 files changed

+6
-2525
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,7 @@ FakesAssemblies/
202202
*.plg
203203

204204
# Visual Studio 6 workspace options file
205-
*.opt
205+
*.opt
206+
207+
# Docfx
208+
docs/manifest.json

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ environment:
6161
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
6262
deploy:
6363
- provider: GitHub
64-
auth_token: $env:github_access_token
64+
auth_token: $(github_access_token)
6565
on:
6666
branch: /(stable|beta)/
6767
- provider: NuGet
68-
api_key: $env:nuget_access_token
68+
api_key: $(nuget_access_token)
6969
on:
7070
branch: /(stable|beta)/

0 commit comments

Comments
 (0)