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 616c820 commit a0822b6Copy full SHA for a0822b6
.appveyor.yml
@@ -1,14 +1,15 @@
1
build_script:
2
- ps: iwr https://get.dot.net/v1/dotnet-install.ps1 -out dotnet-install.ps1; ./dotnet-install.ps1 -Version 2.2.100
3
- ps: .\docs\generate.ps1 -Verbose
4
+ - ps: .\docs\push.ps1 -AppVeyor
5
environment:
6
global:
7
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
8
DOTNET_CLI_TELEMETRY_OPTOUT: 1
9
+ GITHUB_ACCESS_TOKEN:
10
+ secure: 7gza5cyC0Fwp5LcFPz9dGMcHXP2jxbrnu7er9R/HkdvnhzGJVADvOtfYO7+Vow5p
11
test: off
12
os: Visual Studio 2017
13
branches:
14
only:
15
- master
-after_deploy:
- - ps: .\docs\push.ps1 -AppVeyor
0 commit comments