We want CI/CD to inject the production connection string into a .NET Framework app.config during deployment. In source control, we only want test/staging DB connection strings. Developers should still be able to debug locally with test/staging DBs. At deployment, the CI/CD pipeline should replace the connection string with the production one (stored in GitHub Secrets). Question: What’s the recommended way to update or override app.config connection strings in a GitHub Actions workflow for a...| Recent Questions - Software Engineering Stack Exchange