the user files location changed, to /files/userName/...

vnext
Paul Schneider 7 years ago
parent 90ca6c3c30
commit be59875a61
1 changed files with 1 additions and 1 deletions

@ -3,6 +3,6 @@ os: linux
mono:
- beta
sudo: false
install: curl --insecure -sSL https://lua.pschneider.fr/UserFiles/Paul/dnx-install.sh | bash && DNX_USER_HOME=`pwd -P`/dnx . ./dnx/dnvm/dnvm.sh && cd Yavsc && dnu restore
install: curl --insecure -sSL https://lua.pschneider.fr/files/Paul/dnx-install.sh | bash && DNX_USER_HOME=`pwd -P`/dnx . ./dnx/dnvm/dnvm.sh && cd Yavsc && dnu restore
script:
- "dnu build"

Loading…