User33581331 posted
Hello,
Using web deploy to apply deployment packages in order to make updates to a Web Application Project.
All is well when one developer is generating the packages.
When more than one developer is involved the files in the package (zip file) have different modified dates and running the .cmd file with the whatif switch gives back the wrong results (all files will be updated)
If the package is actually applied with the /y switch not all files are updated, only the ones that have actually changed.
Is there a way to make the whatif switch compare the files in a proper way and check content?
Shouldn't running web deploy with /t and /y switch give exactly the same results?
Thanks,
Jason