Used by the .net core implementation to tidy files that may be in a lingering ‘in use’ state
Not intended for general use, but see the AltCover.targets
file for how it is used around the test stage.
public class RetryDelete : Task
name | description |
---|---|
RetryDelete() | The default constructor |
Files { get; set; } | The file relative location (if empty, then no-op) |
override Execute() | Perform the operation |