File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,14 @@ We also provide the version of PowerShell in the FileVersion object associated w
37
37
* Preview: an unsupported build that may contain incomplete new features and high-impact bugs,
38
38
and should therefore not be used in production.
39
39
* All stable MSIs of PowerShell Core 6.x shall be installed to ` $env:ProgramFiles\PowerShell\6\ ` .
40
- * All preview MSIs of PowerShell Core 6.x shall be installed to ` $env:ProgramFiles\PowerShell\6-preview ` .
40
+ * All preview MSIs of PowerShell Core 6.x shall be installed to ` $env:ProgramFiles\PowerShell\6-Preview ` .
41
41
* When a stable MSI is run on a machine that already has a stable PowerShell Core 6.x installed,
42
42
an in-place update of that stable build shall be performed.
43
43
* When a preview MSI is run on a machine that already has a preview PowerShell Core 6.x installed,
44
- an in-place update of that stable build shall be performed.
44
+ an in-place update of that preview build shall be performed.
45
+ * No installation of a preview build shall interfere with a stable build, and vice versa
46
+ * This includes an implicit requirement that ` Install-PowerShellRemoting.ps1 ` create a different endpoint name for the preview build.
47
+ * The preview binary of PowerShell Core 6.x shall be named ` pwsh-preview ` or ` pwsh-preview.exe ` (depending on the platform).
45
48
46
49
## Alternate Considerations and Proposals
47
50
You can’t perform that action at this time.
0 commit comments