From 408f3e2bfd2b419afd5ea5bdd9e8242a9a9822c1 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Tue, 20 Aug 2024 14:15:27 -0500 Subject: [PATCH] Disable PGO for nightly builds (#17749) Refs #17699 --- build/pipelines/ob-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/ob-nightly.yml b/build/pipelines/ob-nightly.yml index 18a1a1ddec..ca863eb00f 100644 --- a/build/pipelines/ob-nightly.yml +++ b/build/pipelines/ob-nightly.yml @@ -28,7 +28,7 @@ extends: official: true branding: Canary buildTerminal: true - pgoBuildMode: Optimize + pgoBuildMode: None # BODGY - OneBranch is on VS 17.10, which is known to be the worst codeSign: true signingIdentity: serviceName: $(SigningServiceName)