From 43426dd9915d3a520077e9f98980b6d31e514547 Mon Sep 17 00:00:00 2001 From: Emanuel Fernandez Dell'Oca Date: Wed, 17 May 2023 02:55:51 -0400 Subject: [PATCH] [dotnet] Stop looking for the AOT compiler if cached The AOT compiler does not exist on Windows, so this check was making the cache never work there. We don't really need to check if the compiler does still exist, since the cache can be deleted by rebuilding the project if anything fails. --- dotnet/targets/Xamarin.Shared.Sdk.targets | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets index 345953af97d9..158e7fc7672c 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -998,11 +998,6 @@ - - - <_XamarinAOTCompiler /> - -