Open
Description
Currently a project can be executed centrally from any location using the "-projectPath" parameter, but requires the code to be present on the OS via git checkout or similar.
Is there any value in introducing the ability to package up a project into a NuGet package?
This may help a team or organization to port their project around, importing it as needed.