Commit 57fa8f5c authored by Nick Craver's avatar Nick Craver

Okay so...they change how this works

In 2019 it's different: https://www.appveyor.com/docs/services-databases/#sql-server-2019
parent c9594379
...@@ -28,13 +28,13 @@ environment: ...@@ -28,13 +28,13 @@ environment:
SqlServerConnectionString: Server=(local)\SQL2019;Database=tempdb;User ID=sa;Password=Password12! SqlServerConnectionString: Server=(local)\SQL2019;Database=tempdb;User ID=sa;Password=Password12!
services: services:
- mssql2019
- mysql - mysql
- postgresql - postgresql
init: init:
- git config --global core.autocrlf input - git config --global core.autocrlf input
- SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH% - SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
- net start MSSQL$SQL2019
nuget: nuget:
disable_publish_on_pr: true disable_publish_on_pr: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment