-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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 also then displays an error:
The term 'Sourcing:' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.At line:1 char:9
Sourcing: myScriptName.ps1~~~~~~~~~
- CategoryInfo : ObjectNotFound: (Sourcing::String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
Metadata
Metadata
Assignees
Labels
No labels