Skip to content

Commit

Permalink
Merge pull request #9329 from Alexey-Rivkin/topic/release_launch-v1.15.x
Browse files Browse the repository at this point in the history
AZP/RELEASE: Fix launch condition-v1.15.x
  • Loading branch information
yosefe authored Sep 12, 2023
2 parents 5ec6d64 + 262dff3 commit b629c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildlib/az-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ check_release_build() {
[[ "$title" == "${title_mask}"* ]] && launch=True;
done
fi

set +x
echo "##vso[task.setvariable variable=Launch;isOutput=true]${launch}"
}

Expand Down

0 comments on commit b629c15

Please sign in to comment.