Skip to content

Commit

Permalink
prevents build form failing when unable to delete source apax folder
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Jan 21, 2025
1 parent 38d9a07 commit d31f23a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cake/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ public static void CopyApaxPackages(string sourceDir, string destinationDir, str
{
//swallow
}
catch
{
Console.WriteLine("Failed to delete apax directory");
}
}

}
Expand Down

0 comments on commit d31f23a

Please sign in to comment.