0

Azure DevOps で Json 変数置換タスクを使用して Logging:LogLevel:Microsoft.Hosting.Lifetime の値を変更するにはどうすればよいですか?

この記事...

https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/transforms-variable-substitution?view=azure-devops&tabs=クラシック

...状態:

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".

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

4

1 に答える 1