We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1761ccc commit d157005Copy full SHA for d157005
1 file changed
appveyor.yml
@@ -18,6 +18,10 @@ for:
18
only:
19
- image: Ubuntu2204
20
21
+ # install .NET 10 SDK
22
+ install:
23
+ - sudo apt-get update && sudo apt-get install -y dotnet-sdk-10.0
24
+
25
# build and run tests
26
build_script:
27
- uname -a
@@ -46,6 +50,10 @@ for:
46
50
Update-AppveyorBuild -Version ($env:APPVEYOR_REPO_TAG_NAME).TrimStart("v")
47
51
}
48
52
53
54
55
+ - cmd: choco install dotnet-10.0-sdk
56
49
57
58
59
- cmd: build.cmd
0 commit comments