Skip to content

Update appveyor.yml #397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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.408" } }
2 changes: 1 addition & 1 deletion tests/SqlClient.Tests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="5.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.5.0.0" />
</dependentAssembly>
</assemblyBinding></runtime></configuration>