diff --git a/build/pkg_push.ps1 b/build/pkg_push.ps1 index 76eac448..b1899ab6 100644 --- a/build/pkg_push.ps1 +++ b/build/pkg_push.ps1 @@ -7,7 +7,7 @@ if ([System.String]::IsNullOrWhiteSpace($apiKey)) { $apiKey = $env:NUGET_KEY } -$sourceUrl = "https://api.nuget.org/v3/index.json" +$sourceUrl = "http://localhost:5000/v3/index.json" Write-Host "buildFolder:" $buildFolder Write-Host "rootFolder:" $rootFolder