Describe the bug
Say you have a folder with files named 1, 2, and 3. Remove these, and upload three new ones also named 1, 2, and 3. Push this folder to destination, what uSync does is first create these files so they're now named 1 (1), 2 (1) and 3 (1). Then the original 1, 2, 3 are removed.
You now need to push twice to fix the names.
Version (please complete the following information):
- Umbraco Version: 13.2.2
- uSync.Complete Version: 13.1.5
To Reproduce
Steps to reproduce the behavior:
- See description.
Expected behavior
Execute delete before adding new items.