dotnet-restore fix

add rid to all restores in test

Add Rid to appdep script, fix common

more script fixes!

fixes

script fix

script fix

Fix up the Runtests script

more fixes :)
This commit is contained in:
Bryan 2016-01-29 19:04:18 -08:00 committed by Bryan Thornbury
parent afacc2c0a6
commit 39682cd14b
8 changed files with 23 additions and 23 deletions

View file

@ -40,8 +40,7 @@ source "$COMMONDIR/_configuration.sh"
#TODO this is a workaround for a nuget bug on ubuntu. Remove
export DISABLE_PARALLEL=""
[[ "$RID" =~ "ubuntu" ]] && export DISABLE_PARALLEL="--disable-parallel" && echo "heyheyhey"
[[ "$RID" =~ "ubuntu" ]] && export DISABLE_PARALLEL="--disable-parallel"
unset COMMONSOURCE
unset COMMONDIR