We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe4905 commit 253bf0aCopy full SHA for 253bf0a
src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets
@@ -2989,7 +2989,7 @@ because xbuild doesn't support framework reference assemblies.
2989
>
2990
<Output TaskParameter="Result" PropertyName="_UninstallResult" />
2991
</AndroidAdb>
2992
- <!-- The previous attempt failed. So yry to uninstall but save the cache using cmd package uninstall -k -->
+ <!-- The previous attempt failed. So try to uninstall but save the cache using `cmd package uninstall -k` -->
2993
<AndroidAdb
2994
Condition=" '$(EmbedAssembliesIntoApk)' == 'true' And '$(_UninstallResult)' == 'false' "
2995
ContinueOnError="True"
0 commit comments