Add --no-cache to Windows Builds

This commit is contained in:
Bryan 2015-11-17 22:10:27 -08:00
parent 9c2141c098
commit 0b59d3cd8e

View file

@ -46,7 +46,7 @@ Download it from https://www.cmake.org
# Restore packages
header "Restoring packages"
dotnet restore "$RepoRoot" --quiet --runtime "osx.10.10-x64" --runtime "ubuntu.14.04-x64" --runtime "win7-x64"
dotnet restore "$RepoRoot" --quiet --runtime "osx.10.10-x64" --runtime "ubuntu.14.04-x64" --runtime "win7-x64" --no-cache
header "Building corehost"
pushd "$RepoRoot\src\corehost"