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.
2 parents a934b0e + 2ac58d8 commit 48643adCopy full SHA for 48643ad
.gitignore
@@ -202,4 +202,7 @@ FakesAssemblies/
202
*.plg
203
204
# Visual Studio 6 workspace options file
205
-*.opt
+*.opt
206
+
207
+# Docfx
208
+docs/manifest.json
appveyor.yml
@@ -61,10 +61,10 @@ environment:
61
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
62
deploy:
63
- provider: GitHub
64
- auth_token: $env:github_access_token
+ auth_token: $(github_access_token)
65
on:
66
branch: /(stable|beta)/
67
- provider: NuGet
68
- api_key: $env:nuget_access_token
+ api_key: $(nuget_access_token)
69
70
0 commit comments