We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c671389 commit ecba3a6Copy full SHA for ecba3a6
1 file changed
appveyor.yml
@@ -26,6 +26,10 @@ branches:
26
27
init:
28
- cmd: git config --global core.autocrlf true
29
+
30
+# install .NET 10 SDK
31
+install:
32
+ - cmd: choco install dotnet-10.0-sdk
33
34
before_build:
35
- cmd: dotnet --version
0 commit comments