Skip to content

Commit f8eac2a

Browse files
committed
.NET 10 SDK won't get detected if installed in ~/.dotnet
1 parent daba398 commit f8eac2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for:
2222
install:
2323
- curl -L https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
2424
- chmod +x ./dotnet-install.sh
25-
- sudo ./dotnet-install.sh --channel 10.0
25+
- sudo ./dotnet-install.sh --channel 10.0 --install-dir /usr/share/dotnet
2626

2727
# build and run tests
2828
build_script:

0 commit comments

Comments
 (0)