question

JassimAlRahma-9056 avatar image
0 Votes"
JassimAlRahma-9056 asked Bruce-SqlWork edited

Create Nuget Package using Visual Studio for Mac

Hi,

How can I create a Nuget Package using Visual Studio for Mac?

Is it under Web->Web App, Other->.NET->Library, Other->.NET->Nuget Package?

and where can I find a step by step doc for VS for Mac? because I am not able to find it on Microsoft website


Thanks,
Jassim

dotnet-csharpdotnet-runtimedotnet-standard
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@JassimAlRahma-9056, Welcome to Microsoft Q&A, Since your problem is related to Visual Studio for Mac, I recommend that you could ask the question in Developer Community.

0 Votes 0 ·

1 Answer

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered Bruce-SqlWork edited

I don't believe vs for Mac has a NuGet template. just use the command line:

https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli

also if using GitHub, you can use actions to build and publish

https://github.com/marketplace/actions/publish-nuget

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.