Commit aa8ef23
[Xamarin.Android.Build.Tasks] Fix $(EmbedAssembliesIntoApk) (#876)
Commit 73dc058 removed the default for `$(EmbedAssembliesIntoApk)` if
it is blank. This was not the right thing to do :).
This commit adds the a default of 'True' is `$(EmbedAssembliesIntoApk)`
if completely emplty by the time it has gone through all the other
processes.1 parent 763959e commit aa8ef23
File tree
1 file changed
+1
-0
lines changed- src/Xamarin.Android.Build.Tasks
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
0 commit comments