It is my first time creating and hosting a Nuget
package (company’s Nuget
, not public nuget
-) so I just want some overall guideline approach:
Here is what I have:
- Brand new Azure Source Control to host this source code.
- Source Code of my C# DLL (
.NET 6.0
) that I want to convert it to
Nuget
package.
Here is what I did:
Did some right clicks in Visual Studio and I can see a .nupkg
now in my Debugbin
folder
My questions:
So now do I add the source control to Azure Source control? What happens to the Nuget then?
Do I host nuget in the same repo? Let’s say we update the source later, what happens to version of Nuget ? How does that get updated?