From 969b89bb4d9c890c1dc3bc0166dd9babc626f1c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Thu, 24 Nov 2022 15:49:12 +0000 Subject: [PATCH] SG-837 Fixes: QA build crashing while attaching (#2203) --- build.cake | 1 + 1 file changed, 1 insertion(+) diff --git a/build.cake b/build.cake index 18aa49154..f30c8404b 100644 --- a/build.cake +++ b/build.cake @@ -132,6 +132,7 @@ Task("UpdateAndroidCodeFiles") Path.Combine(_slnPath, "src", "Android", "Receivers", "PackageReplacedReceiver.cs"), Path.Combine(_slnPath, "src", "Android", "Receivers", "RestrictionsChangedReceiver.cs"), Path.Combine(_slnPath, "src", "Android", "Services", "DeviceActionService.cs"), + Path.Combine(_slnPath, "src", "Android", "Services", "FileService.cs"), Path.Combine(_slnPath, "src", "Android", "Tiles", "AutofillTileService.cs"), Path.Combine(_slnPath, "src", "Android", "Tiles", "GeneratorTileService.cs"), Path.Combine(_slnPath, "src", "Android", "Tiles", "MyVaultTileService.cs"),