I would like to set the Visual Studio project property โExit Pathโ from the nuget powershell console. How can I do that?
I found a blog post describing how to set some project properties, but the exit path is not included.
In addition, the Output Path property depends on the current assembly configuration (Debug / Release). What could be the output path for any configuration (inactive at that time)?
source share