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 19190c2 commit e19d5c2Copy full SHA for e19d5c2
.appveyor.yml
@@ -1,15 +1,4 @@
1
version: 2.2.5.{build}
2
-init:
3
- - git config --global core.autocrlf input
4
-clone_depth: 1
5
-branches:
6
- only:
7
- - master
8
- - appveyor
9
- - /^feature\/.*/
10
-install:
11
- - ps: iwr https://get.dot.net/v1/dotnet-install.ps1 -outfile dotnet-install.ps1
12
- - ps: .\dotnet-install.ps1 -Version 2.1.300 -InstallDir $env:ProgramFiles/dotnet
13
build_script:
14
- ps: .\build.ps1 -IsOfficialBuild
15
- ps: .\docs\generate.ps1 -NoBuild -Verbose
@@ -23,6 +12,11 @@ environment:
23
DOTNET_CLI_TELEMETRY_OPTOUT: 1
24
test: off
25
os: Visual Studio 2017
+branches:
16
+ only:
17
+ - master
18
+ - appveyor
19
+ - /^feature\/.*/
26
20
artifacts:
27
21
- path: 'artifacts\*.nupkg'
28
22
name: Packages
0 commit comments