We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5662f commit db4e395Copy full SHA for db4e395
‎scripts/helpers/Build/Build-PSModuleRootModule.ps1‎
@@ -153,6 +153,9 @@ $script:PSModuleInfo = Test-ModuleManifest -Path "$PSScriptRoot\$baseName.psd1"
153
$script:PSModuleInfo | Format-List | Out-String -Stream | ForEach-Object { Write-Debug $_ }
154
$scriptName = $script:PSModuleInfo.Name
155
Write-Debug "[$scriptName] - Importing module"
156
+if ($PSEdition -eq 'Desktop') {
157
+ $IsWindows = $true
158
+}
159
'@
160
#endregion - Module post-header
161
0 commit comments