Questions tagged [magic-chunks]

The task used within continuous deployment scenarios for mutating configuration files.

Magic Chunks is an add-on to Visual Studio Team Services Release Management, MSBuild, Cake, PSake or Powershell that allows substitution of configuration settings in XML, JSON and YAML files during release.

4 questions
1
vote
1 answer

Adding array element in Appsettings.Json, on Azure Devops Release Pipeline Via magic chunks Config transformation

I am using magic chunks Config transformation on azure devops release pipeline, I am trying to add array element in appsettings.jason, but I could not find any real example how to to it, I created array with following code -> "my_array[]`0', but…
0
votes
0 answers

Magic Chunks wildcard path

I want to replace the value property of multiple web.config file settings. For this we already use Magic Chunks so rather than write out multiple transformations, I was hoping to target every instance of my particular use. The short question being:…
Matt W
  • 11,753
  • 25
  • 118
  • 215
0
votes
1 answer

MagicChunks not writing web.config attribute

I have this block in my web.config:
0
votes
1 answer

Is it possible to use the web.config transformations for app.config files within a VSTS release template?

I'm aware that you can use web.config transformations as part of the build for app.config files, but in my case, I'm trying to do this for a little scheduled task that gets deployed to an on-premise server for multiple environments. I'd rather not…