From c8fb9132f5ceec107116a5d09440760f71391469 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 17 Nov 2023 08:02:46 +0100 Subject: [PATCH] [devops] Set System.Debug to false by default. (#19468) Otherwise our build logs ends up being huge, and takes a long time to download (or just completely crashes the browser). --- tools/devops/automation/templates/variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devops/automation/templates/variables.yml b/tools/devops/automation/templates/variables.yml index dde9eedb02..31d9394455 100644 --- a/tools/devops/automation/templates/variables.yml +++ b/tools/devops/automation/templates/variables.yml @@ -14,7 +14,7 @@ variables: - name: AzDoBuildAccess.Token value: $(pat--xamarinc--build-access) - name: system.debug - value: true + value: false - name: SigningKeychain value: "builder.keychain" - name: VSDropsPrefix