如何使用 Azure DevOps 中的 Json 变量替换任务更改 Logging:LogLevel:Microsoft.Hosting.Lifetime 的值?
本文...
...状态:
If a variable name includes periods ("."), the transformation will attempt to locate the item within the hierarchy. For example, if the variable name is first.second.third, the transformation process will search for:
"first" : {
"second": {
"third" : "value"
}
}
as well as "first.second.third" : "value".
这些都不能以名称中带有句点 (.) 的嵌套值为目标?正确的?