Skip to content

Commit e1c07ee

Browse files
try dotnet 7 while appveyor is not ok with 8
1 parent dc39960 commit e1c07ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
init:
22
- git config --global core.autocrlf input
33
- 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:
4+
image: Visual Studio 2022
5+
#before_build:
66
# switch on dotnet 8 on appveyor: https://github.com/appveyor/ci/issues/3897#issuecomment-1827682384
7-
- choco install dotnet-sdk --version 8.0.100
7+
#- choco install dotnet-sdk --version 8.0.100
88
build_script:
99
- cmd: build.cmd GenerateDocs
1010
test: off

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk":
33
{
4-
"version": "8.0.100"
4+
"version": "7.0.100"
55
, "rollForward": "latestFeature"
66
}
77
}

0 commit comments

Comments
 (0)