Jun 12, 2012 at 7:04 PM
Edited Jun 12, 2012 at 7:05 PM
|
The current development setup I'm using involves us keeping shared assemblies in a particular path, for example C:\dev\references, so that we all reference the same version.
I'd like to be able to add one of those references to my project but I'm having trouble figuring out how since I don't see anything on new-item that tells me where it looks for assemblies. get-help new-item -examples has code like:
New-Item -Path . -name System.Xml -type assembly
... which is great for system assemblies, but I'm not sure how to add assemblies from a custom location. Is there some sort of $ReferencePath variable I need to add my location to?
Thanks!
|
|
Coordinator
Jun 13, 2012 at 4:36 PM
|
@japanjeff:
Looks like a bug. I've opened an issue with explanation here: http://studioshell.codeplex.com/workitem/38.
I'm looking to push a 1.2.1 beta out in the next week or two, I'll make sure this gets in there.
|
|
Jun 13, 2012 at 5:47 PM
Edited Jun 13, 2012 at 5:48 PM
|
Awesome. Thank you!
|
|