mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-27 07:54:50 +02:00
Updated Run OpenSSH Tests (markdown)
parent
b3054f023e
commit
21a83f9aab
@ -2,6 +2,10 @@
|
||||
```powershell
|
||||
Import-Module C:\git\openssh-portable\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force
|
||||
Build-OpenSSH -Configuration Debug -NativeHostArch x64
|
||||
```
|
||||
## Install OpenSSH: (skip these steps if you’ve already done)
|
||||
```powershell
|
||||
Import-Module C:\git\openssh-portable\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force
|
||||
Install-OpenSSH -OpenSSHDir $env:SystemDrive\OpenSSH -Configuration Debug -NativeHostArch x64
|
||||
```
|
||||
## Run OpenSSH E2E Tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user