From b36f21041c2f08f2e5ca5c26f4c11137f220b61e Mon Sep 17 00:00:00 2001 From: zhontai <361243234@qq.com> Date: Thu, 16 Nov 2023 00:12:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/pkg_push.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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