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

This commit is contained in:
Paul Schneider 2018-01-17 17:52:22 +01:00
commit e816720f1c

View file

@ -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"