I have a CI/CD Pipeline that builds a .NET Core Solution, containing multiple Class Library Projects, to build NuGet Packages. These NuGet packages are stored in a Feed in Azure Artifacts. Works fine.
But somehow there are a lot of other packages stored in there, which are not from me or from the pipeline? NuGet Packages from different repos (CsvHelper, Azure.Identity,...)
How is that possible?