I would like to know if it is possible to do as in node.js projects.With the package.json file it is possible to create commands in this file and execute them in the terminal. But is there such a solution for C# framework projects in visual studio?
I would like to create commands to generate nuget packages using a file linked to the project.
Thanks
Edit :I would like run packagemyproject : "nuget pack MySuperProject.nuspec -Symbols -SymbolPackageFormat snupkg"