Skip to content

add or replace element in array of Appsettings.Json on Azure Devops #131

@Lekiniu

Description

@Lekiniu

I am trying to add or replace element in array of Appsettings.Json on Azure Devops release pipeline. I can't find instruction how to do it via magic chunks config transformation.But I know that it is possible after 2.0 version.
How to add or replace element in array for the following code :
{
"my_array" : [
{"value" : 1},
{"value" : 5}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions