Skip to content

Commit ecba3a6

Browse files
authored
Install .NET 10 SDK in AppVeyor configuration
Add installation step for .NET 10 SDK in AppVeyor.
1 parent c671389 commit ecba3a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ branches:
2626

2727
init:
2828
- cmd: git config --global core.autocrlf true
29+
30+
# install .NET 10 SDK
31+
install:
32+
- cmd: choco install dotnet-10.0-sdk
2933

3034
before_build:
3135
- cmd: dotnet --version

0 commit comments

Comments
 (0)