Open
Description
Steps to reproduce
<RemoveDir Directories="$(My_local_DirPath)\" />
If at runtime $(My_Local_DirPath) is empty
RemoveDir will actually execute and print this on console
Removing Directory "\"
and will delete the entire root.
Suggestion:
- Prompt user if they really want to delete in this particular scenario
- Or introduce a new parameter for RemoveDir task
NoPrompt
or
Force