SolutionScripts
SolutionScripts copied to clipboard
a Nuget package that sources custom scripts and includes custom powershell modules
I came into problems when I used the first options (*.ps1 files) so I think it's good to mention to people that importing modules (*.psm1) is better.
VS 2015
Having issues getting this working with VS 2015. Any ideas?
I've added SolutionScripts as a project package in a VS2015 solution. When the solution loads, it displays "Sourcing: myScriptName.ps1" in the Package Manager Console, correctly running the **myScriptName.ps1** script but...