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".
これらのどちらも、名前にピリオド (.) を含むネストされた値をターゲットにすることはできませんか? 右?