Skip to content

Commit 6cffc3a

Browse files
committed
Update CI to use sql2019, not 2017
This is likely related to dotnet/SqlClient#1395 and we obviously don't care about encryption here.
1 parent 26b9f26 commit 6cffc3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ branches:
44
- master
55
image: Visual Studio 2022
66
environment:
7-
CONNECTION_STRING: Server=(local)\SQL2017;Database=master;User ID=sa;Password=Password12!
8-
services: mssql2017
7+
CONNECTION_STRING: Server=(local)\SQL2019;Database=master;User ID=sa;Password=Password12!;Encrypt=False
8+
init:
9+
- net start MSSQL$SQL2019
910
build_script:
1011
- cmd: dotnet build -c Release
1112
- cmd: dotnet pack -c Release --include-symbols --include-source

0 commit comments

Comments
 (0)