Skip to content

Commit 142e80d

Browse files
committed
retrieve nuget without blocked call
1 parent 91cc124 commit 142e80d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ManageGeneratedModule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ foreach ($Package in $NugetPackagesToRemove) {
4747
# Add nuget packages from generate modules.
4848
foreach ($Package in $NugetPackagesToAdd) {
4949
Write-Debug "Executing: dotnet add $ModuleCsProj package $Package"
50-
dotnet add $ModuleCsProj package $Package -s https://api.nuget.org/v3/index.json | Out-Null
50+
dotnet add $ModuleCsProj package $Package | Out-Null
5151
if ($LastExitCode) {
5252
Write-Error "Failed to execute: dotnet add $ModuleCsProj package $Package"
5353
}

0 commit comments

Comments
 (0)