fix various places that still refer to old versions of pwsh (#6179)

This commit is contained in:
Christoph Bergmeister 2018-02-23 17:54:58 +00:00 committed by Travis Plunk
parent 3ebe0a9cb0
commit 96bd86e5e3
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -46,9 +46,9 @@ In addition you will need to enable password authentication and optionally key b
```none
PasswordAuthentication yes
```
- Add a PowerShell subsystem entry, replace `c:/program files/powershell/6.0.0/pwsh.exe` with the correct path to the version you want to use
- Add a PowerShell subsystem entry, replace `c:/program files/powershell/6.0.1/pwsh.exe` with the correct path to the version you want to use
```none
Subsystem powershell c:/program files/powershell/6.0.0/pwsh.exe -sshs -NoLogo -NoProfile
Subsystem powershell c:/program files/powershell/6.0.1/pwsh.exe -sshs -NoLogo -NoProfile
```
- Optionally enable key authentication
```none

View file

@ -1,6 +1,6 @@
# Code coverage analysis for commit [2ae5d07](https://codecov.io/gh/PowerShell/PowerShell/tree/c7b959bd6e5356fbbd395f22ba0c6cba49f354f6/src)
Code coverage runs are enabled on daily Windows builds for PowerShell Core 6.0.
Code coverage runs are enabled on daily Windows builds for PowerShell Core 6.
The results of the latest build are available at: [CodeCov.io](https://codecov.io/gh/PowerShell/PowerShell)
The goal of this analysis is to find the hot spots of missing coverage.