You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It 'Ensures $PSHOME\Modules is inserted correctly when launched from a different version of PowerShell'-Skip:(!($IsCoreCLR-and$IsWindows)) {
136
+
It 'Ensures $PSHOME\Modules is inserted correctly when launched from a different version of PowerShell'-Skip:(!($IsCoreCLR-and$IsWindows)-or$skipNoPwsh) {
134
137
# When launched from a different version of PowerShell, PSModulePath contains the other version's PSHOME\Modules path
135
138
# and the Windows PowerShell modoule path. THe other version's module path should be removed and this version's
136
139
# PSHOME\Modules path should be inserted before Windows PowerShell module path.
0 commit comments