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
* Align manual pwsh install with DEB package
- ensure execution permissions for pwsh
- correct path from /usr/local/bin/pwsh to /usr/bin/pwsh
- register as shell in /etc/shells
* Update versions
* Update repositories
* Check for existing pwsh installation
This will avoid build failures when multiple features depend on this PowerShell package
* test: Fix PS profile test
* Test: Fix install_using_github
* Test: Fix getcwd warning
* fix: Move out of directory before deleting it
* test: Add validate_powershell_installation
* test: Change Ubuntu test base image to upcoming new LTS version
"description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
@@ -10,7 +10,9 @@
10
10
"proposals": [
11
11
"latest",
12
12
"none",
13
-
"7.1"
13
+
"7.4",
14
+
"7.3",
15
+
"7.2"
14
16
],
15
17
"default": "latest",
16
18
"description": "Select or enter a version of PowerShell."
0 commit comments