We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d95d36 commit 315d9c4Copy full SHA for 315d9c4
tools/Restore-NuGetPackages.ps1
@@ -16,6 +16,6 @@ Param(
16
17
$nugetPath = & "$PSScriptRoot\Get-NuGetTool.ps1"
18
19
-Write-Verbose "Restoring NuGet packages for $Path"
+Write-Host "Restoring NuGet packages for $Path" -ForegroundColor Yellow
20
& $nugetPath restore $Path -Verbosity $Verbosity
21
if ($lastexitcode -ne 0) { throw }
0 commit comments