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 f172aa5 commit 7051bc3Copy full SHA for 7051bc3
appveyor.yml
@@ -2,6 +2,9 @@ init:
2
- git config --global core.autocrlf input
3
- net start MSSQL$SQL2019
4
image: Visual Studio 2022
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
8
build_script:
9
- cmd: build.cmd GenerateDocs
10
test: off
global.json
@@ -1 +1,7 @@
1
-{ "sdk": { "version": "8.0.100" } }
+{
+ "sdk":
+ {
+ "version": "8.0.100"
+ , "rollForward": "latestFeature"
+ }
+}
0 commit comments