Using Web Deploy 3, is there a way to exclude certain assemblies which a project depends on?
The scenario is:
- Install the first package, platform-like assemblies.
- Then we install product-like assemblies
Yes, I know that that we can use –enableRule:DoNotDeleteRule
flag to prevent the second package from overwriting the files.
I think it is just a bit dirty to have unwanted assemblies in the second ZIP package.
Any thoughts?