We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bc79b5 + 53cc89e commit 3fef85dCopy full SHA for 3fef85d
1 file changed
build_common.ps1
@@ -611,7 +611,7 @@ class BuildProject {
611
$sfMapsNames = @(Get-ChildItem -Path "$contentForCookPath/Maps" -Recurse -Include *.umap | ForEach-Object { $_.BaseName })
612
613
# Allow using the force-package-into-map functionality for non-empty maps
614
- $sfCollectionOnlyMapsNames = $sfCollectionOnlyMapsNames | Where-Object { $sfMapsNames -notcontains $_ }
+ $sfCollectionOnlyMapsNames = @($sfCollectionOnlyMapsNames | Where-Object { $sfMapsNames -notcontains $_ })
615
}
616
617
if (Test-Path "$contentForCookPath/Standalone") {
0 commit comments