dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
44 stars 60 forks source link

Reduce feed dependencies #166

Closed tmeschter closed 9 months ago

tmeschter commented 10 months ago

Reduce our NuGet feeds down to a single one, dotnet-project-system-public-packages. This is the same as the one used by the dotnet/project-system repo.

adamint commented 10 months ago

@tmeschter i think you will need to add the nuget authenticate task to the ci pipeline.

tmeschter commented 9 months ago

@tmeschter i think you will need to add the nuget authenticate task to the ci pipeline

Ohhhh ok. Yeah I'll take a look at that. Thanks!

Though I find it a little weird that I would need to authenticate to a public feed....

tmeschter commented 9 months ago

OK, I didn't need the NuGet authentication; I just needed to add a bunch of feeds... Now to see if I can cut those down.