SolutionScripts
SolutionScripts copied to clipboard
VS 2015
trafficstars
Having issues getting this working with VS 2015. Any ideas?
Looks like Nuget 3/VS 2015 disabled the solution level nuget packages: https://github.com/NuGet/Home/issues/522. Might be bringing it back though: https://github.com/NuGet/Home/issues/1521
Workaround: install the SolutionScripts nuget in a project instead of at the solution level.
Installing in a project doesn't seem to work! It runs the script but doesn't source it, so functions and aliases that I create in the script aren't available after it's run.