How to write skip and replace rules for MSDeploy
When creating rules using –skip, -replace switches on the command line, you can specify more than one -skip/-replace switch to add multiple skip/replace rules. Before moving on to learning how to write these rules, let’s understand how each object that will be added/updated/deleted on the destination is represented internally and understand the terminology that will be useful later. As an example, let’s use an XML view of few source entries that are generated by the command below.
match=x\.x\.x\.x,replace=y.y.y.y
Kanwal, Faith, Yamini