Hi All,
I am asked below queries which i did not get any material yet. I tried by myself and it did not worked also. So, If anyone has any insight if below is possible then please let me know.
if we can keep only project.json in some build folder (other than actual project folder) and create its nuget package using pack command (command line method) ?
How to add release notes when using pack command ?
The project.json file is used to package and build an artifact (deployable unit), however; you need to keep the files associated with the project when you run the command line tool, otherwise it won’t package and create the output file.
Reference: command line tool for publish or packing
The following will get what you want…