We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ea7b2 commit 460b62aCopy full SHA for 460b62a
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/BuildTest.cs
@@ -1527,6 +1527,7 @@ public interface OnFooListener
1527
using (var builder = CreateDllBuilder (path, false, false)) {
1528
try {
1529
builder.Build (proj);
1530
+ Console.WriteLine ("build output:\n<<<<start>>>>\n" + builder.LastBuildOutput + "\n<<<<end>>>>");
1531
if (failureExpected)
1532
Assert.Fail ("Build should fail.");
1533
if (expectedWarning == null)
0 commit comments