We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dotnet-sdk-10.0
1 parent d157005 commit daba398Copy full SHA for daba398
1 file changed
appveyor.yml
@@ -20,7 +20,9 @@ for:
20
21
# install .NET 10 SDK
22
install:
23
- - sudo apt-get update && sudo apt-get install -y dotnet-sdk-10.0
+ - curl -L https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
24
+ - chmod +x ./dotnet-install.sh
25
+ - sudo ./dotnet-install.sh --channel 10.0
26
27
# build and run tests
28
build_script:
0 commit comments