I have a process which the nuget file is uploaded to the orchestrator. The thing is can I get the whole project from just this nuget file? Because my project folder is gone and I need to make changes on the project, any ideas?
Yes, It can be possible, Open with the nuget file by Zip / RaR then you are able to see all the files from there you can also extract the entire project code
Renaming sometimes gets flagged of that’s a work laptop.
Ideal way is to open in a compressed file Extractor like WinZip and extract the content. Later you csn have the project files you need in the lib folder.
Well we are not changing any file setup or configuration
To be simple, a NuGet package is a single ZIP file with the .nupkg extension that contains compiled code (DLLs), other files related to that code, and a descriptive manifest that includes information like the package’s version number
So it works the same way by replacing .nuget with .zip