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 cfc8881 commit 5d666aeCopy full SHA for 5d666ae
tools/Restore-NuGetPackages.ps1
@@ -17,5 +17,5 @@ Param(
17
$nugetPath = & "$PSScriptRoot\Get-NuGetTool.ps1"
18
19
Write-Host "Restoring NuGet packages for $Path" -ForegroundColor Yellow
20
-& $nugetPath restore $Path -Verbosity $Verbosity
+& $nugetPath restore $Path -Verbosity $Verbosity -ConfigFile "$PSScriptRoot\..\src\nuget.config"
21
if ($lastexitcode -ne 0) { throw }
0 commit comments