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 233feac commit 019623eCopy full SHA for 019623e
src/Xamarin.Android.Build.Tasks/Tasks/RemoveDirFixed.cs
@@ -65,6 +65,7 @@ public override bool RunTask ()
65
Files.SetDirectoryWriteable (fullPath);
66
Directory.Delete (fullPath, true);
67
temporaryRemovedDirectories.Add (directory);
68
+ break;
69
} catch (Exception e) {
70
switch (e) {
71
case DirectoryNotFoundException:
0 commit comments