From 42803d6c465a9d2453897aa1bfc61e40a261d4de Mon Sep 17 00:00:00 2001 From: Gauthier Segay Date: Wed, 18 Nov 2020 23:52:27 -0800 Subject: [PATCH 1/2] updating dotnet sdk --- appveyor.yml | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 127981a3..a446a46d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ init: - git config --global core.autocrlf input -image: Visual Studio 2017 +image: Visual Studio 2019 build_script: - cmd: build.cmd GenerateDocs test: off diff --git a/global.json b/global.json index aac6be5e..12b73f74 100644 --- a/global.json +++ b/global.json @@ -1 +1 @@ -{ "sdk": { "version": "2.1.402" } } \ No newline at end of file +{ "sdk": { "version": "5.0.100" } } \ No newline at end of file From 4e9a876af1388ce82950b788f1c6fdf612f25559 Mon Sep 17 00:00:00 2001 From: Gauthier Segay Date: Thu, 19 Nov 2020 00:13:31 -0800 Subject: [PATCH 2/2] start sql 2019 --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a446a46d..68bf3692 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,6 @@ init: - git config --global core.autocrlf input + - net start MSSQL$SQL2019 image: Visual Studio 2019 build_script: - cmd: build.cmd GenerateDocs @@ -8,5 +9,3 @@ version: 0.0.1.{build} artifacts: - path: bin name: bin -services: - - mssql2014