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
Running get-help pwsh.exe fails now, while running get-help powershell.exe prints the old help content for powershell.exe.
Two things need to be done to update the help content:
The local help content we pull in during build needs to be updated. We pull in using the nuget package powershellhelpfiles, and the help content are packed in that nuget package.
Running
get-help pwsh.exefails now, while runningget-help powershell.exeprints the old help content for powershell.exe.Two things need to be done to update the help content:
powershellhelpfiles, and the help content are packed in that nuget package.