Commit a1f7825
[tests] Import Configuration.props in Mono.Android-Test.Library (#3320)
Context: e956107
Context: #3305
When `Mono.Android-Test.Library.csproj` was added in e956107 it did
not import our `Configuration.props` file which contains default
paths to the Android tooling that we provision. This recently caused
a breakage when bumping the `$(TargetFrameworkVersion)` of this
project to v10.0 (within PR #3305) and building against a system
install of XA, as the Android SDK path which was automatically
resolved did not contain `platforms/android-29/android.jar`.
Importing `Configuration.props` file should fix this build failure.1 parent 21a650c commit a1f7825
File tree
1 file changed
+1
-0
lines changed- src/Mono.Android/Test/Mono.Android-Test.Library
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments