We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d17b45 commit dc39960Copy full SHA for dc39960
appveyor.yml
@@ -1,7 +1,7 @@
1
init:
2
- git config --global core.autocrlf input
3
- net start MSSQL$SQL2019
4
-image: Visual Studio 2022
+image: Visual Studio 2019 # VS2022 not yet ok with choco install dotnet sdk and appveyor not updated for dotnet 8 yet?
5
before_build:
6
# switch on dotnet 8 on appveyor: https://github.com/appveyor/ci/issues/3897#issuecomment-1827682384
7
- choco install dotnet-sdk --version 8.0.100
0 commit comments