We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
~/.dotnet
1 parent daba398 commit f8eac2aCopy full SHA for f8eac2a
1 file changed
appveyor.yml
@@ -22,7 +22,7 @@ for:
22
install:
23
- 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
+ - sudo ./dotnet-install.sh --channel 10.0 --install-dir /usr/share/dotnet
26
27
# build and run tests
28
build_script:
0 commit comments