From 4e433f3c7e38fa6f24dc70f615fbaec06d6f26f3 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Fri, 27 Mar 2026 15:23:09 +0000 Subject: [PATCH] Enable Real signing for official builds Test signing validated successfully. Switch to Real signing with ESRP for production Authenticode signatures. Note: First build will require service connection approval for DevDiv-ESRP-PME-DNCENG and MicroBuild Signing Task (DevDiv). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/pipelines/official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/official.yml b/eng/pipelines/official.yml index 12e0054..014b5c0 100644 --- a/eng/pipelines/official.yml +++ b/eng/pipelines/official.yml @@ -8,7 +8,7 @@ variables: - name: _TeamName value: macios-devtools-official - name: _SignType - value: test + value: Real - name: PostBuildSign value: false