master
zhontai 1 year ago
parent b0b8848c34
commit b36f21041c

@ -7,7 +7,7 @@ if ([System.String]::IsNullOrWhiteSpace($apiKey))
{ {
$apiKey = $env:NUGET_KEY $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 "buildFolder:" $buildFolder
Write-Host "rootFolder:" $rootFolder Write-Host "rootFolder:" $rootFolder

Loading…
Cancel
Save