I want webdeploy commandline command to skip - Delete / Update of web.config file and Website host header updates. How do i do that.
Currently command line ignores any skip command and updates binding to reflect non-production bindings.
You're looking for a skip rule:
msdeploy -verb:sync -source:<your_source> -dest:<your_source> ^
-skip:File=web\.config
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With