Merge pull request #709 from piotrpMSFT/piotrpMSFT/Issue707/--no-cache-OffForDevBuilds
restore --quiet flag
This commit is contained in:
commit
a20cffb9e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue