Sync eng/common directory with azure-sdk-tools for PR 2085 (#2975)
* Fix up identity resolver to make it more reliable, publish notification configuration as a tool * Use both username and email to resolve queuing user Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
This commit is contained in:
parent
60ba5599f8
commit
0d0810c349
@ -17,7 +17,8 @@ steps:
|
||||
--kusto-url-var KUSTO_URL `
|
||||
--kusto-database-var KUSTO_DB `
|
||||
--kusto-table-var KUSTO_TABLE `
|
||||
--identity "$(Build.QueuedBy)" `
|
||||
--identity-name "$(Build.QueuedBy)" `
|
||||
--identity-email "$(Build.RequestedForEmail)" `
|
||||
--targetvar "${{ parameters.TargetVariable }}"
|
||||
displayName: 'Resolving Queuing User'
|
||||
continueOnError: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user