We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add a substitute value for "IsWindows" in the module builder.
if ($PSEdition -eq 'Desktop') { $IsWindows = $true }
Always set PowerShell version 5.1 and include desktop.
Description
Add a substitute value for "IsWindows" in the module builder.
Always set PowerShell version 5.1 and include desktop.