PowerShell/tools
Dongbo Wang 2f399e233c
Enhance 'install-powershell.ps1' to work on Linux/MacOS (#5411)
Enhance 'install-powershell.ps1' to work on Linux and macOS too. A user can install release version or daily powershell core on Linux and macOS.
When `-AddToPath` is specified:
- On Windows, add the absolute destination path to the 'User' scope environment variable 'Path';
- On Linux, make the symlink '/usr/bin/pwsh' points to "$Destination/pwsh";
- On MacOS, make the symlink '/usr/local/bin/pwsh' points to "$Destination/pwsh".
2017-11-10 17:54:24 -08:00
..
credScan Fix credential scan issues (#4927) 2017-09-27 11:54:22 -07:00
failingTests Update travis-ci script so that PRs can fail due to pester tests (#4830) 2017-09-13 14:14:08 -07:00
packaging Add ability to produce tar.gz pkg for Raspbian (#5387) 2017-11-09 10:48:55 -08:00
releaseBuild make name a dynamic parameter (#5415) 2017-11-10 15:28:38 -08:00
ResxGen Rename/Update PowerShell ETW manifest to remove the Windows PowerShell dependency. (#5360) 2017-11-09 09:23:00 -08:00
terms use context rules instead of file or file and context rules because path to file can vary. (#5297) 2017-11-01 14:35:58 -07:00
.gitignore Update Start-PSBootstrap to use .NET CLI's scripts 2016-06-10 16:12:01 -07:00
appimage.sh Fix appimage package name to be lower case 'powershell-..' (#5206) 2017-10-23 21:40:39 -07:00
appveyor.psm1 Rename powershell.exe to pwsh.exe (#5101) 2017-10-17 17:25:11 -07:00
debug.sh Update install/build scripts and dockerfiles (#5222) 2017-10-25 08:25:35 -07:00
download.sh Revive 'download.sh' and make it redirect to 'install-powershell.sh' (#5386) 2017-11-09 22:58:53 -08:00
install-powershell-readme.md Get macOS working and fix misc issue 2017-07-25 17:55:42 -07:00
install-powershell.ps1 Enhance 'install-powershell.ps1' to work on Linux/MacOS (#5411) 2017-11-10 17:54:24 -08:00
install-powershell.sh Update install scripts with minor fixes targeting macOS 2017-08-22 12:10:00 -07:00
installpsh-debian.sh Update 'installpsh-suse.sh' and remove 'download.sh' (#5309) 2017-11-03 08:47:26 -07:00
installpsh-osx.sh Update 'installpsh-suse.sh' and remove 'download.sh' (#5309) 2017-11-03 08:47:26 -07:00
installpsh-redhat.sh Update 'installpsh-suse.sh' and remove 'download.sh' (#5309) 2017-11-03 08:47:26 -07:00
installpsh-suse.sh Update 'installpsh-suse.sh' and remove 'download.sh' (#5309) 2017-11-03 08:47:26 -07:00
Sign-Package.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
travis.ps1 Support '[package]' tag in PR CI and fix nightly build on macOS (#5410) 2017-11-10 17:28:55 -08:00