From 31ec81480e0ae45731755e9ddf7884788bddcdba Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Mon, 10 Apr 2023 12:06:58 -0400 Subject: [PATCH] [release/6.0][Android] Free up more disk space on CI builds backport of https://github.com/dotnet/runtime/pull/84354 The android builds are running out of disk space when building the library test apps. This change tries to recoup some of that space by deleting artifacts after each test was built. --- eng/testing/tests.mobile.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets index f48c16f511fe5..2b862dd646126 100644 --- a/eng/testing/tests.mobile.targets +++ b/eng/testing/tests.mobile.targets @@ -137,6 +137,9 @@ DestinationFolder="$(TestArchiveTestsDir)" SkipUnchangedFiles="true" Condition="'$(ArchiveTests)' == 'true' and '$(IgnoreForCI)' != 'true'" /> + +