File tree Expand file tree Collapse file tree
.github/extension/BuildPhpExtension/private Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Function Invoke-Build {
1414 }
1515 process {
1616 Add-StepLog " Building $ ( $Config.name ) extension"
17- try {
17+ # try {
1818 Set-GAGroup start
1919
2020 $builder = " php-sdk\phpsdk-starter.bat"
@@ -30,14 +30,6 @@ Function Invoke-Build {
3030 if ($env: ARTIFACT_NAMING_SCHEME -eq ' pecl' ) {
3131 $ref = $Config.ref.ToLower ()
3232 }
33- echo " >>> builder: $builder "
34- ls php- sdk
35- echo " >>> -c: $Config .vs_version"
36- echo " >>> -a: $Config .Arch"
37- echo " >>> -s: $Config .vs_toolset"
38- ls D:\a\php- ext- lz4\php- ext- lz4\build
39- echo " >>> -t: $task "
40- ls D:\a\php- ext- lz4\php- ext- lz4\.github\extension\BuildPhpExtension\private\..\config
4133 $suffix = " php_" + (@ (
4234 $Config.name ,
4335 $ref ,
@@ -52,10 +44,10 @@ Function Invoke-Build {
5244 throw " Failed to build the extension"
5345 }
5446 Add-BuildLog tick $Config.name " Extension $ ( $Config.name ) built successfully"
55- } catch {
56- Add-BuildLog cross $Config.name " Failed to build the extension"
57- throw
58- }
47+ # } catch {
48+ # Add-BuildLog cross $Config.name "Failed to build the extension"
49+ # throw
50+ # }
5951 }
6052 end {
6153 }
You can’t perform that action at this time.
0 commit comments