Test-Resource does not correctly see differences when files were updated #21
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
After using the
xWebDeploy
resource twice I discovered that it only sees files that were added or deleted. Updated files are not detected. And because of that the webdeploy command to sync the package with the target folder/IIS site is not executed.I think this is because of this code from
xWebPackageDeploy.psm1
:I would expect something like:
The problem is however that this command doesn't return a very usable result for powershell to process.
If anyone knows a better way to deal with updated files, I'm all ears!
The text was updated successfully, but these errors were encountered: