Patch PLIST Files - geeklearningio/gl-vsts-tasks-file-patch GitHub Wiki
With this task, you can patch PLIST files using JSON patch syntax. This task is based on plist node package. Depending on the complexity of the PLIST file it might be easier to work with XML Patch task.
Add the task to your Build or Release Definition
You will find the task in the "Utility" category.
Configuration
General
- Syntax type - The syntax used for the patch content. See documentation for more information.
- Patch working directory - Working directory. Example: $(Build.SourcesDirectory)
- Target files - Patch target file. Example: appsettings*.plist
- Patch Content - Patch content.
- Output patched file in logs - Output patched file in logs