PowerShell/tools
Robert Holt f559acfae1 Change packaging to differentiate only between major versions and previews (#6968)
Change the *nix packaging over with the following changes:

Package name (as used by e.g. apt):
Non-preview releases are namedpowershell
Preview releases are named powershell-preview
Installation path:
No longer looks like /opt/microsoft/powershell/6.1.0/ or /opt/microsoft/powershell/6.1.0-preview.1/
Non-previews go to a path like /opt/microsoft/powershell/6/
Previews go to a path like /opt/microsoft/powershell/6-preview/
Path to executable symlink:
Allows SxS with preview
Non-previews linked to /usr/bin/pwsh or /usr/local/bin/pwsh on macOS
Previews linked to /usr/bin/pwsh-preview or /usr/local/bin/pwsh-preview on macOS
Implements PowerShell/PowerShell-RFC#115 (comment)
2018-06-05 12:51:47 -07:00
..
credScan Fix credential scan issues (#4927) 2017-09-27 11:54:22 -07:00
failingTests Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
packaging Change packaging to differentiate only between major versions and previews (#6968) 2018-06-05 12:51:47 -07:00
releaseBuild Added logic to create signing XML for NuGet packages (#6921) 2018-05-22 15:34:21 -07:00
ResxGen Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
terms Remove exclusion for hang and add context exception for remaining instances (#5595) 2017-12-01 17:34:30 -08:00
windows adding path cleanup utility Reset-PWSHSystemPath.ps1 (#6892) 2018-05-22 12:58:51 -07:00
.gitignore Allow packaging from a zip package to allow for signing (#5418) 2017-11-13 10:10:51 -08:00
appimage.sh Change packaging to differentiate only between major versions and previews (#6968) 2018-06-05 12:51:47 -07:00
appveyor.psm1 Use Appveyor matrix for faster PR builds (#6945) 2018-06-05 10:48:44 -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 Update PowerShell to build with .NET Core SDK 2.1.300-rc1-008662 (#6718) 2018-05-02 16:58:39 -07:00
install-powershell.sh fix error about setting readonly variable (#6617) 2018-04-11 11:01:38 -07:00
installpsh-amazonlinux.sh Update installpsh-<distrofamily>.sh Installers to Handle "preview" in version number (#6573) 2018-04-06 15:23:11 -07:00
installpsh-debian.sh tools: fix comparison to see if sudo test is needed in install-*.sh (#6771) 2018-05-01 10:35:19 -07:00
installpsh-osx.sh Update installpsh-<distrofamily>.sh Installers to Handle "preview" in version number (#6573) 2018-04-06 15:23:11 -07:00
installpsh-redhat.sh tools: fix comparison to see if sudo test is needed in install-*.sh (#6771) 2018-05-01 10:35:19 -07:00
installpsh-suse.sh tools: fix comparison to see if sudo test is needed in install-*.sh (#6771) 2018-05-01 10:35:19 -07:00
metadata.json Update docs for v6.1.0-preview.1 release (#6481) 2018-03-23 16:48:24 -07:00
releaseTools.psm1 Update 'Get-ChangeLog' to make it more accurate (#6764) 2018-04-30 13:00:28 -07:00
Sign-Package.ps1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
travis.ps1 Change packaging to differentiate only between major versions and previews (#6968) 2018-06-05 12:51:47 -07:00