Skip to content

Commit 460b62a

Browse files
committed
[debug] dump build output
context: https://bugzilla.xamarin.com/show_bug.cgi?id=57828 this commit should be reverted.
1 parent d8ea7b2 commit 460b62a

File tree

1 file changed

+1
-0
lines changed
  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

1 file changed

+1
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/BuildTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,6 +1527,7 @@ public interface OnFooListener
15271527
using (var builder = CreateDllBuilder (path, false, false)) {
15281528
try {
15291529
builder.Build (proj);
1530+
Console.WriteLine ("build output:\n<<<<start>>>>\n" + builder.LastBuildOutput + "\n<<<<end>>>>");
15301531
if (failureExpected)
15311532
Assert.Fail ("Build should fail.");
15321533
if (expectedWarning == null)

0 commit comments

Comments
 (0)