From 439d163da04a33a1df090cc54feccb36bc6dcb69 Mon Sep 17 00:00:00 2001 From: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> Date: Tue, 13 Jan 2026 15:13:15 -0800 Subject: [PATCH] Update assembly name for KeyAttestation packaging --- build/template-pack-and-sign-all-nugets.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/template-pack-and-sign-all-nugets.yaml b/build/template-pack-and-sign-all-nugets.yaml index 0b1cfdf5e3..7e08c7d221 100644 --- a/build/template-pack-and-sign-all-nugets.yaml +++ b/build/template-pack-and-sign-all-nugets.yaml @@ -44,12 +44,12 @@ steps: ProjectRootPath: '$(Build.SourcesDirectory)\$(MsalSourceDir)src\client' AssemblyName: 'Microsoft.Identity.Client.Extensions.Msal' -# Sign binary and pack Microsoft.Identity.Client.MtlsPop +# Sign binary and pack Microsoft.Identity.Client.KeyAttestation - template: template-pack-and-sign-nuget.yaml parameters: BuildConfiguration: ${{ parameters.BuildConfiguration }} ProjectRootPath: '$(Build.SourcesDirectory)\$(MsalSourceDir)src\client' - AssemblyName: 'Microsoft.Identity.Client.MtlsPop' + AssemblyName: 'Microsoft.Identity.Client.KeyAttestation' # Copy all packages out to staging - task: CopyFiles@2