Im trying to create a nuget package for my .net Winforms Control Library. I have a central repository for all nuget packages so tht i can use it as a local nuget repository. My understanding was that if i check Generate NuGet package on build under the Package tab of the project properties, and set the Output Path under Build that the nuget file should be created there.However its creating in the bin directory. Another weird thing i noticed is my documentation file is actually creating the in output path i specified. Just not the dll's or pgk file.
Can anyone please tell me how to properly specify the location the nuget file should be generated to?
P.s. The project is a .net 5 project targetted to also support net472 & net45I should also note that i have a plain c# library that does build everything to the output path.