chocolatey / choco-quickstart-scripts

C4B Quick-Start Guide - Supporting Scripts
Apache License 2.0
18 stars 9 forks source link

Fix NuGet V3 Indexes #234

Closed ryanrichter94 closed 8 months ago

ryanrichter94 commented 9 months ago

Checklist

What You Are Seeing?

When installing packages from the ChocolateyInternal NuGet V3 repo it is accessing an invalid search index within Nexus from pushing the packages when nexus is associated to localhost:8081.

What is Expected?

The V3 indexes should look for the packages via the FQDN of the Nexus instance.

How Did You Get This To Happen?

  1. Install QSG
  2. Attempt to run choco upgrade chocolatey --force -y --source='ChocolateyInternal'
  3. Notice the NuGet client tries to download the pkg from localhost:8081

System Details

Installed Packages

N/A

Output Log

N/A

Additional Context

No response