SolutionScripts icon indicating copy to clipboard operation
SolutionScripts copied to clipboard

a Nuget package that sources custom scripts and includes custom powershell modules

Results 3 SolutionScripts issues
Sort by recently updated
recently updated
newest added

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.

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...