Add --no-cache to Windows Builds
This commit is contained in:
parent
9c2141c098
commit
0b59d3cd8e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue