We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b9f26 commit 6cffc3aCopy full SHA for 6cffc3a
appveyor.yml
@@ -4,8 +4,9 @@ branches:
4
- master
5
image: Visual Studio 2022
6
environment:
7
- CONNECTION_STRING: Server=(local)\SQL2017;Database=master;User ID=sa;Password=Password12!
8
-services: mssql2017
+ CONNECTION_STRING: Server=(local)\SQL2019;Database=master;User ID=sa;Password=Password12!;Encrypt=False
+init:
9
+- net start MSSQL$SQL2019
10
build_script:
11
- cmd: dotnet build -c Release
12
- cmd: dotnet pack -c Release --include-symbols --include-source
0 commit comments