Skip to content

Commit 400ddce

Browse files
committed
Enable debug symbols for test builds
1 parent a0d86ef commit 400ddce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Xamarin.Android.Build.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<OutputPath>..\..\..\..\bin\Test$(Configuration)</OutputPath>
77
<SignAssembly>true</SignAssembly>
88
<AssemblyOriginatorKeyFile>..\..\..\..\product.snk</AssemblyOriginatorKeyFile>
9+
<DebugSymbols>True</DebugSymbols>
10+
<DebugType>portable</DebugType>
911
</PropertyGroup>
1012

1113
<Import Project="..\..\..\..\Configuration.props" />

tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<OutputPath>..\..\bin\Test$(Configuration)\MSBuildDeviceIntegration\</OutputPath>
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
10+
<DebugSymbols>True</DebugSymbols>
11+
<DebugType>portable</DebugType>
1012
</PropertyGroup>
1113

1214
<Import Project="..\..\Configuration.props" />

0 commit comments

Comments
 (0)