Skip to content

Commit 5d666ae

Browse files
committed
Fix nuget package restore after moving nuget.config
1 parent cfc8881 commit 5d666ae

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
@@ -17,5 +17,5 @@ Param(
1717
$nugetPath = & "$PSScriptRoot\Get-NuGetTool.ps1"
1818

1919
Write-Host "Restoring NuGet packages for $Path" -ForegroundColor Yellow
20-
& $nugetPath restore $Path -Verbosity $Verbosity
20+
& $nugetPath restore $Path -Verbosity $Verbosity -ConfigFile "$PSScriptRoot\..\src\nuget.config"
2121
if ($lastexitcode -ne 0) { throw }

0 commit comments

Comments
 (0)