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 9df1bb8 commit 0f99fe5Copy full SHA for 0f99fe5
GenerateSingleSolution.ps1
@@ -129,7 +129,7 @@ $MultiTargets = $MultiTargets | Where-Object { $_ -notin $ExcludeMultiTargets }
129
$headsFolderName = "heads"
130
$componentName = (Get-Item $componentPath -ErrorAction Stop).Name
131
132
-$outputHeadsDir = Get-Item "$componentPath\$headsFolderName";
+$outputHeadsDir = "$componentPath\$headsFolderName";
133
134
# Remove existing heads directory to refresh
135
Write-Output "Removing existing heads directory: $outputHeadsDir"
0 commit comments