We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc39960 commit e1c07eeCopy full SHA for e1c07ee
appveyor.yml
@@ -1,10 +1,10 @@
1
init:
2
- git config --global core.autocrlf input
3
- net start MSSQL$SQL2019
4
-image: Visual Studio 2019 # VS2022 not yet ok with choco install dotnet sdk and appveyor not updated for dotnet 8 yet?
5
-before_build:
+image: Visual Studio 2022
+#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
+#- choco install dotnet-sdk --version 8.0.100
8
build_script:
9
- cmd: build.cmd GenerateDocs
10
test: off
global.json
@@ -1,7 +1,7 @@
{
"sdk":
- "version": "8.0.100"
+ "version": "7.0.100"
, "rollForward": "latestFeature"
}
0 commit comments