From b13dfccf99a11109665226fb25e8626ae4f62657 Mon Sep 17 00:00:00 2001 From: Jason Ginchereau Date: Tue, 12 Aug 2025 07:14:05 -1000 Subject: [PATCH] Fix ESRP approver email --- .pipelines/typescript-build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/typescript-build-and-publish.yaml b/.pipelines/typescript-build-and-publish.yaml index 058abc53..a931803a 100644 --- a/.pipelines/typescript-build-and-publish.yaml +++ b/.pipelines/typescript-build-and-publish.yaml @@ -50,5 +50,5 @@ steps: FolderLocation: '$(System.DefaultWorkingDirectory)/ts/out/pkg' WaitForReleaseCompletion: true Owners: 'plequere@microsoft.com' - Approvers: 'jasongin@microsoft.com, jroberts@microsoft.com, nkotchar@microsoft.com' + Approvers: 'jasongin@microsoft.com, jarober@microsoft.com, nkotchar@microsoft.com' MainPublisher: 'ESRPRELPACMAN'