Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -89210,7 +89210,7 @@ credential-access:
|
||||
- description: ".Net v5 must be installed\n"
|
||||
prereq_command: |
|
||||
$exePath = resolve-path "$env:ProgramFiles\dotnet\shared\Microsoft.NETCore.App\5*\createdump.exe"
|
||||
if (Test-Path $exePath) {exit 0} else {exit 1}
|
||||
if ($exePath -and (Test-Path $exePath)) {exit 0} else {exit 1}
|
||||
get_prereq_command: 'winget install Microsoft.DotNet.DesktopRuntime.5 --accept-source-agreements
|
||||
--accept-package-agreements --silent
|
||||
|
||||
|
||||
@@ -77469,7 +77469,7 @@ credential-access:
|
||||
- description: ".Net v5 must be installed\n"
|
||||
prereq_command: |
|
||||
$exePath = resolve-path "$env:ProgramFiles\dotnet\shared\Microsoft.NETCore.App\5*\createdump.exe"
|
||||
if (Test-Path $exePath) {exit 0} else {exit 1}
|
||||
if ($exePath -and (Test-Path $exePath)) {exit 0} else {exit 1}
|
||||
get_prereq_command: 'winget install Microsoft.DotNet.DesktopRuntime.5 --accept-source-agreements
|
||||
--accept-package-agreements --silent
|
||||
|
||||
|
||||
@@ -579,7 +579,7 @@ Remove-Item $env:Temp\dotnet-lsass.dmp -ErrorAction Ignore
|
||||
##### Check Prereq Commands:
|
||||
```powershell
|
||||
$exePath = resolve-path "$env:ProgramFiles\dotnet\shared\Microsoft.NETCore.App\5*\createdump.exe"
|
||||
if (Test-Path $exePath) {exit 0} else {exit 1}
|
||||
if ($exePath -and (Test-Path $exePath)) {exit 0} else {exit 1}
|
||||
```
|
||||
##### Get Prereq Commands:
|
||||
```powershell
|
||||
|
||||
Reference in New Issue
Block a user