Skip to content

Commit dc39960

Browse files
another try for appveyor, downgrade to vs2019 for now.
1 parent 3d17b45 commit dc39960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
init:
22
- git config --global core.autocrlf input
33
- net start MSSQL$SQL2019
4-
image: Visual Studio 2022
4+
image: Visual Studio 2019 # VS2022 not yet ok with choco install dotnet sdk and appveyor not updated for dotnet 8 yet?
55
before_build:
66
# switch on dotnet 8 on appveyor: https://github.com/appveyor/ci/issues/3897#issuecomment-1827682384
77
- choco install dotnet-sdk --version 8.0.100

0 commit comments

Comments
 (0)