Go back to running `dnu restore` with Mono
- can't fix #290 at this time; need Ubuntu 14.04 on Travis
This commit is contained in:
parent
f8b7b6ba41
commit
4e87b0c972
|
|
@ -10,6 +10,6 @@ restoreDir=''
|
||||||
default currentDir = '${ Directory.GetCurrentDirectory() }'
|
default currentDir = '${ Directory.GetCurrentDirectory() }'
|
||||||
default restoreDir = '${ currentDir }'
|
default restoreDir = '${ currentDir }'
|
||||||
|
|
||||||
default restore_options=' ${ E("KOREBUILD_DNU_RESTORE_OPTIONS") } --parallel'
|
default restore_options=' ${ E("KOREBUILD_DNU_RESTORE_OPTIONS") } ${ IsLinux ? string.Empty : "--parallel" }'
|
||||||
|
|
||||||
dnu command='restore${ restore_options }' workingDir='${ restoreDir }' dnvmUse='default -runtime coreclr'
|
dnu command='restore${ restore_options }' workingDir='${ restoreDir }'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue