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