We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e7ba9 commit 233feacCopy full SHA for 233feac
src/Xamarin.Android.Build.Tasks/Tasks/RemoveDirFixed.cs
@@ -71,10 +71,9 @@ public override bool RunTask ()
71
if (OS.IsWindows) {
72
fullPath = Files.ToLongPath (fullPath);
73
Log.LogDebugMessage ("Trying long path: " + fullPath);
74
+ break;
75
}
- if (retryCount == DEFAULT_REMOVEDIRFIXED_RETRIES)
76
- throw;
77
- break;
+ throw;
78
case UnauthorizedAccessException:
79
case IOException:
80
int code = Marshal.GetHRForException(e);
0 commit comments