Skip to content

Commit 019623e

Browse files
committed
ff
1 parent 233feac commit 019623e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tasks/RemoveDirFixed.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public override bool RunTask ()
6565
Files.SetDirectoryWriteable (fullPath);
6666
Directory.Delete (fullPath, true);
6767
temporaryRemovedDirectories.Add (directory);
68+
break;
6869
} catch (Exception e) {
6970
switch (e) {
7071
case DirectoryNotFoundException:

0 commit comments

Comments
 (0)