* [Tizen] Bypass GBS build fail for exitcode 143
* [Tizen] Fix typo
function RunBuildTool {
export ARCADE_BUILD_TOOL_COMMAND="$_InitializeBuildTool $@"
- "$_InitializeBuildTool" "$@" || {
+ "$_InitializeBuildTool" "$@" || "$_InitializeBuildTool" "$@" || {
local exit_code=$?
# We should not Write-PipelineTaskError here because that message shows up in the build summary
# The build already logged an error, that's the reason it failed. Producing an error here only adds noise.