Remove --no-cache from scripts

--no-cache is not supported by NuGet v3
This commit is contained in:
piotrp 2016-01-23 09:53:51 -08:00
parent 90cc24f95e
commit c8a11ce63c
7 changed files with 9 additions and 26 deletions

View file

@ -32,7 +32,6 @@ export CHANNEL=$RELEASE_SUFFIX
[ -z "$DOTNET_CLI_VERSION" ] && export DOTNET_CLI_VERSION=0.1.0.0
[ -z "$DOTNET_HOME" ] && export DOTNET_HOME=$STAGE2_DIR && export PATH=$STAGE2_DIR/bin:$PATH
[ -z "$CONFIGURATION" ] && export CONFIGURATION=Debug
[ -z "$NOCACHE" ] && export NOCACHE=""
unset COMMONSOURCE
unset COMMONDIR