We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7051bc3 commit 598f416Copy full SHA for 598f416
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