@@ -17,10 +17,10 @@ Function Invoke-Build {
1717 try {
1818 Set-GAGroup start
1919
20- echo " >>> $ ( (Get-Location ).Path) "
21- ls " $ ( (Get-Location ).Path) "
22- echo " >>> $ ( (Get-Location ).Path) \lz4"
23- ls " $ ( (Get-Location ).Path) \lz4"
20+ # echo ">>> $((Get-Location).Path)"
21+ # ls "$((Get-Location).Path)"
22+ # echo ">>> $((Get-Location).Path)\lz4"
23+ # ls "$((Get-Location).Path)\lz4"
2424
2525 $builder = " php-sdk\phpsdk-starter.bat"
2626 $task = [System.IO.Path ]::Combine($PSScriptRoot , ' ..\config\task.bat' )
@@ -31,7 +31,7 @@ Function Invoke-Build {
3131 }
3232 Set-Content - Path $task - Value (Get-Content - Path $task - Raw).Replace(" OPTIONS" , $options )
3333
34- echo " >>> $ builder -c $Config .vs_version -a $Config .Arch -s $Config .vs_toolset -t $task "
34+ Add-StepLog " $ ( $ builder) -c $ ( $ Config.vs_version ) -a $ ( $ Config.Arch ) -s $ ( $ Config.vs_toolset ) -t $ ( $ task) "
3535
3636 $ref = $Config.ref
3737 if ($env: ARTIFACT_NAMING_SCHEME -eq ' pecl' ) {
@@ -48,11 +48,11 @@ Function Invoke-Build {
4848 & $builder - c $Config.vs_version - a $Config.Arch - s $Config.vs_toolset - t $task | Tee-Object - FilePath " build-$suffix .txt"
4949 Set-GAGroup end
5050
51- echo " >>> $ ( (Get-Location ).Path) \$ ( $Config.build_directory ) "
52- echo " >>> php_$ ( $Config.name ) .dll"
53- ls " $ ( (Get-Location ).Path) \$ ( $Config.build_directory ) "
54- ls " $ ( (Get-Location ).Path) \$ ( $Config.build_directory ) \lz4"
55- ls " $ ( (Get-Location ).Path) \$ ( $Config.build_directory ) \lz4\lib"
51+ # echo ">>> $((Get-Location).Path)\$($Config.build_directory)"
52+ # echo ">>> php_$($Config.name).dll"
53+ # ls "$((Get-Location).Path)\$($Config.build_directory)"
54+ # ls "$((Get-Location).Path)\$($Config.build_directory)\lz4"
55+ # ls "$((Get-Location).Path)\$($Config.build_directory)\lz4\lib"
5656
5757 if (-not (Test-Path " $ ( (Get-Location ).Path) \$ ( $Config.build_directory ) \php_$ ( $Config.name ) .dll" )) {
5858 throw " Failed to build the extension"
0 commit comments