Creating nuget from dll. without Nuget Package Explorer

Hi,

I have created a dll. file with a reusable component in my Visual Studio 2022. Normally I build a nuget with nuget package explorer but Microsoft Store is blocked in my organization. Do You know how can I create such nuget package in different way?

Hi,
How about the following document?

FYI, I usually create it using ActivityCreator.

Regards,

have you seen the latest install options e.g. CI / Chocolatey

Along with the options mentioned by @Yoichi maybe also checkout the down level functionalities from the nuget.exe /dotnet cli and rework it manually by handling it temporarly as a zip:


taken from here: What is NuGet and what does it do? | Microsoft Learn