From 44da79ae4e578293a280c27711f30f23315247a3 Mon Sep 17 00:00:00 2001 From: Reuben Bond <203839+ReubenBond@users.noreply.github.com> Date: Thu, 6 Feb 2025 07:01:18 -0800 Subject: [PATCH] Enable MerlinBot autobaselining for GitHub (#9313) --- .azure/pipelines/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure/pipelines/build.yaml b/.azure/pipelines/build.yaml index 55be7545f7..df25f02c64 100644 --- a/.azure/pipelines/build.yaml +++ b/.azure/pipelines/build.yaml @@ -82,6 +82,9 @@ extends: parameters: settings: skipBuildTagsForGitHubPullRequests: true + sdl: + autobaseline: + enableForGitHub: true pool: name: $(pool_name) image: $(pool_image)