File tree 1 file changed +1
-13
lines changed
src/Xamarin.Android.Build.Tasks
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -2988,21 +2988,9 @@ because xbuild doesn't support framework reference assemblies.
2988
2988
<Target Name =" _DeployAppBundle"
2989
2989
Condition =" '$(AndroidPackageFormat)' == 'aab' "
2990
2990
DependsOnTargets =" _BuildApkSet" >
2991
- <!-- Try to uninstall but save the cache -->
2992
- <AndroidAdb
2993
- Condition =" '$(EmbedAssembliesIntoApk)' == 'true' "
2994
- ContinueOnError =" True"
2995
- ToolExe =" $(AdbToolExe)"
2996
- ToolPath =" $(AdbToolPath)"
2997
- AdbTarget =" $(AdbTarget)"
2998
- Command =" uninstall"
2999
- Arguments =" -k $(_AndroidPackage)"
3000
- >
3001
- <Output TaskParameter =" Result" PropertyName =" _UninstallResult" />
3002
- </AndroidAdb >
3003
2991
<!-- The previous attempt failed. So yry to uninstall but save the cache using cmd package uninstall -k -->
3004
2992
<AndroidAdb
3005
- Condition =" '$(EmbedAssembliesIntoApk)' == 'true' And '$(_UninstallResult)' == 'false' "
2993
+ Condition =" '$(EmbedAssembliesIntoApk)' == 'true' "
3006
2994
ContinueOnError =" True"
3007
2995
ToolExe =" $(AdbToolExe)"
3008
2996
ToolPath =" $(AdbToolPath)"
You can’t perform that action at this time.
0 commit comments