Skip to content

Commit 315d9c4

Browse files
committed
Print message when restoring nuget packages
1 parent 4d95d36 commit 315d9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Restore-NuGetPackages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Param(
1616

1717
$nugetPath = & "$PSScriptRoot\Get-NuGetTool.ps1"
1818

19-
Write-Verbose "Restoring NuGet packages for $Path"
19+
Write-Host "Restoring NuGet packages for $Path" -ForegroundColor Yellow
2020
& $nugetPath restore $Path -Verbosity $Verbosity
2121
if ($lastexitcode -ne 0) { throw }

0 commit comments

Comments
 (0)