Skip to content

Commit a1f7825

Browse files
pjcollinsjonpryor
authored andcommitted
[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

1 file changed

+1
-0
lines changed

src/Mono.Android/Test/Mono.Android-Test.Library/Mono.Android-Test.Library.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1818
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
1919
</PropertyGroup>
20+
<Import Project="..\..\..\..\Configuration.props" />
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2122
<DebugSymbols>true</DebugSymbols>
2223
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)