Replace Env in File is an Azure DevOps custom task that replaces placeholders in a file with values from pipeline variables or environment variables.
It’s perfect for injecting build-time or deployment-time configuration into your YAML, JSON, or any text-based files.
🛠 How It Works
You can define variables in your Azure Pipeline and reference them inside your files with a chosen delimiter (default is __).