Update approver for EsrpRelease (#30628)

If we have an email from who requested the build we should use that for
both owners and approvers.
This commit is contained in:
Wes Haggard 2024-08-02 11:04:24 -07:00 коммит произвёл GitHub
Родитель be6df7be7a
Коммит 5236d8b66c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@ steps:
ContentType: 'npm' ContentType: 'npm'
FolderLocation: ${{parameters.PathToArtifacts}} FolderLocation: ${{parameters.PathToArtifacts}}
Owners: ${{ coalesce(variables['Build.RequestedForEmail'], 'azuresdk@microsoft.com') }} Owners: ${{ coalesce(variables['Build.RequestedForEmail'], 'azuresdk@microsoft.com') }}
Approvers: 'azuresdk@microsoft.com' Approvers: ${{ coalesce(variables['Build.RequestedForEmail'], 'azuresdk@microsoft.com') }}
ServiceEndpointUrl: 'https://api.esrp.microsoft.com' ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'ESRPRELPACMANTEST' MainPublisher: 'ESRPRELPACMANTEST'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47' DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'