My CI pipeline is building a C# project, packing the outcome as a NuGet package and finally pushing the outcome to my Artifact feed.
After pushing the NuGet package to my feed, other packages are added too.
Is there a way to prevent that? Is this behavior related to the Upstream Sources specified when creating a new feed?