File tree Expand file tree Collapse file tree
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"
@@ -54,10 +54,10 @@ Function Invoke-Build {
5454 throw " Failed to build the extension"
5555 }
5656 Add-BuildLog tick $Config.name " Extension $ ( $Config.name ) built successfully"
57- # } catch {
58- # Add-BuildLog cross $Config.name "Failed to build the extension"
59- # throw
60- # }
57+ } catch {
58+ Add-BuildLog cross $Config.name " Failed to build the extension"
59+ throw
60+ }
6161 }
6262 end {
6363 }
Original file line number Diff line number Diff line change 5050 arch : x64
5151 # ts: ${{ matrix.ts }}
5252 ts : nts
53- # build-directory: ${{ github.workspace }}
53+ build-directory : ${{ github.workspace }}
5454 # extension-url: https://github.com/xdebug/xdebug
5555 # extension-ref: '3.3.2'
5656
You can’t perform that action at this time.
0 commit comments