build: add a couple more signing variables to ESRP (#37328)

This is in support of some identity changes we need to make.
This commit is contained in:
Dustin L. Howett
2025-02-06 12:35:25 -08:00
committed by GitHub
parent ab7394f15e
commit 629ca8bd4c
2 changed files with 4 additions and 0 deletions

View File

@@ -88,6 +88,8 @@ extends:
akvName: $(SigningAKVName)
authCertName: $(SigningAuthCertName)
signCertName: $(SigningSignCertName)
useManagedIdentity: $(SigningUseManagedIdentity)
clientId: $(SigningOriginalClientId)
# Have msbuild use the release nuget config profile
additionalBuildOptions: /p:RestoreConfigFile="$(Build.SourcesDirectory)\.pipelines\release-nuget.config"
beforeBuildSteps: