I love it, it helped us to gracefully handle config changes across different environments (Dev, Test, PreProd, Prod) during our deployments.
Especially we had issues to handle http bindings in web.configs across environments as our dev/test doesn't equipped with ssl certifications, and only PreProduction and Production are.
e.g.,
and post build event executes xmlpreprocess command by passing ${securitMode} value and result:
Its easy to use and fun.
No comments:
Post a Comment