mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
Remove Test-IsWin19 WSL condition (#6477)
This commit is contained in:
committed by
GitHub
parent
cc71c8b504
commit
715747a054
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user