Skip to content

Commit 5a83b93

Browse files
Update appveyor.yml
Checking if appveyor CI fails with just updating from VS 2017 to VS 2019.
1 parent 712b8cb commit 5a83b93

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
init:
22
- git config --global core.autocrlf input
3-
image: Visual Studio 2017
3+
- net start MSSQL$SQL2019
4+
image: Visual Studio 2019
45
build_script:
56
- cmd: build.cmd GenerateDocs
67
test: off
78
version: 0.0.1.{build}
89
artifacts:
910
- path: bin
1011
name: bin
11-
services:
12-
- mssql2014

0 commit comments

Comments
 (0)