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 8e5eccb commit ca1d95bCopy full SHA for ca1d95b
php/BuildPhp/public/Invoke-PhpBuild.ps1
@@ -54,7 +54,7 @@ function Invoke-PhpBuild {
54
if(-not($fetchSrc)) {
55
$sourcePath = $currentDirectory
56
}
57
- New-Item -ItemType SymbolicLink -Path $buildPath -Target $sourcePath -Force > $null 2>&1
+ Move-Item $sourcePath $buildPath
58
Set-Location "$buildPath"
59
New-Item "..\obj" -ItemType "directory" > $null 2>&1
60
Copy-Item "..\config.$Ts.bat"
0 commit comments