Merge pull request #709 from piotrpMSFT/piotrpMSFT/Issue707/--no-cache-OffForDevBuilds

restore --quiet flag
This commit is contained in:
Piotr Puszkiewicz 2016-01-05 01:45:23 -08:00
commit a20cffb9e3

View file

@ -18,7 +18,7 @@ else {
# Restore packages
header "Restoring packages"
& "$DnxRoot\dnu" restore "$RepoRoot\src" --runtime "$Rid" "$NoCacheArg" --parallel
& "$DnxRoot\dnu" restore "$RepoRoot\src" --quiet --runtime "$Rid" "$NoCacheArg" --parallel
& "$DnxRoot\dnu" restore "$RepoRoot\test" --quiet --runtime "$Rid" "$NoCacheArg" --parallel
& "$DnxRoot\dnu" restore "$RepoRoot\tools" --quiet --runtime "$Rid" "$NoCacheArg" --parallel