Skip to content

Commit 3d509d8

Browse files
remove comment in appveyor.yml and add CHANGE_LOG.md
1 parent 5f1dff8 commit 3d509d8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGE_LOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Unreleased
2+
3+
# 2023-12
4+
5+
## dotnet SDK and CI Infrastructure updates
6+
7+
* cleanup: delete xunit test output from the repository
8+
* adjust all tests to be under FSharp.Data.SqlClient.Tests namespace, removing all the conditional about "legacy namespace" support in context of tests.
9+
* adjust .sln to have few more useful stuff in the solution explorer
10+
* few launch settings to make it possible to launch in debug vscode
11+
* appveyor, what breaks if I switch this?
12+
* try VS2022 appveyor image
13+
* net start mssql 2019 in appveyor
14+
* pick msbuild from vs2022 or vs2019 and remove older ones (vs2017 and msbuild15.0)

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ version: 0.0.1.{build}
99
artifacts:
1010
- path: bin
1111
name: bin
12-
#services:
13-
# - mssql2014

0 commit comments

Comments
 (0)