Skip to content

Commit e19d5c2

Browse files
authored
Update .appveyor.yml
1 parent 19190c2 commit e19d5c2

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.appveyor.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
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
132
build_script:
143
- ps: .\build.ps1 -IsOfficialBuild
154
- ps: .\docs\generate.ps1 -NoBuild -Verbose
@@ -23,6 +12,11 @@ environment:
2312
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2413
test: off
2514
os: Visual Studio 2017
15+
branches:
16+
only:
17+
- master
18+
- appveyor
19+
- /^feature\/.*/
2620
artifacts:
2721
- path: 'artifacts\*.nupkg'
2822
name: Packages

0 commit comments

Comments
 (0)