Skip to content

Commit 253bf0a

Browse files
Update src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets
Co-authored-by: Jonathan Peppers <[email protected]>
1 parent fbe4905 commit 253bf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -2989,7 +2989,7 @@ because xbuild doesn't support framework reference assemblies.
29892989
>
29902990
<Output TaskParameter="Result" PropertyName="_UninstallResult" />
29912991
</AndroidAdb>
2992-
<!-- The previous attempt failed. So yry to uninstall but save the cache using cmd package uninstall -k -->
2992+
<!-- The previous attempt failed. So try to uninstall but save the cache using `cmd package uninstall -k` -->
29932993
<AndroidAdb
29942994
Condition=" '$(EmbedAssembliesIntoApk)' == 'true' And '$(_UninstallResult)' == 'false' "
29952995
ContinueOnError="True"

0 commit comments

Comments
 (0)