Remove Test-IsWin19 WSL condition (#6477)

This commit is contained in:
Aleksandr Chebotov
2022-10-27 09:26:49 +02:00
committed by GitHub
parent cc71c8b504
commit 715747a054
2 changed files with 5 additions and 10 deletions

View File

@@ -26,13 +26,10 @@ $markdown += New-MDList -Style Unordered -Lines @(
"Image Version: $env:IMAGE_VERSION"
)
if ((Test-IsWin19) -or (Test-IsWin22))
{
$markdown += New-MDHeader "Enabled windows optional features" -Level 2
$markdown += New-MDList -Style Unordered -Lines @(
"Windows Subsystem for Linux [WSLv1]"
)
}
$markdown += New-MDHeader "Enabled windows optional features" -Level 2
$markdown += New-MDList -Style Unordered -Lines @(
"Windows Subsystem for Linux [WSLv1]"
)
$markdown += New-MDHeader "Installed Software" -Level 2
$markdown += New-MDHeader "Language and Runtime" -Level 3