Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
init:
- git config --global core.autocrlf input
image: Visual Studio 2017
- net start MSSQL$SQL2019
image: Visual Studio 2019
build_script:
- cmd: build.cmd GenerateDocs
test: off
version: 0.0.1.{build}
artifacts:
- path: bin
name: bin
services:
- mssql2014
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "sdk": { "version": "2.1.402" } }
{ "sdk": { "version": "5.0.100" } }