Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ This file contains targets specific for Android application projects.
Install;
StartAndroidActivity;
</_RunDependsOn>
<_AndroidComputeRunArgumentsDependsOn>
Install;
<_AndroidComputeRunArgumentsDependsOn Condition=" '$(_AndroidComputeRunArgumentsDependsOn)' == '' ">
_ResolveMonoAndroidSdks;
_GetAndroidPackageName;
</_AndroidComputeRunArgumentsDependsOn>
Comment on lines -25 to 28
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the condition, in case some project needs a workaround of:

<PropertyGroup>
  <_AndroidComputeRunArgumentsDependsOn>Install</_AndroidComputeRunArgumentsDependsOn>
</PropertyGroup>

</PropertyGroup>

Expand Down
Loading