Skip to content

Commit 520e940

Browse files
committed
Allow the logging of build logs
1 parent fba2d8b commit 520e940

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,6 @@ public void ValidateUseLatestAndroid ()
22162216
{ "XBUILD_FRAMEWORK_FOLDERS_PATH", referencesPath },
22172217
};
22182218
using (var builder = CreateApkBuilder (Path.Combine (path, proj.ProjectName))) {
2219-
builder.ThrowOnBuildFailure = false;
22202219
builder.Target = "_SetLatestTargetFrameworkVersion";
22212220
Assert.True (builder.Build (proj, parameters: targetFramework, environmentVariables: envVar),
22222221
string.Format ("First Build should have succeeded"));

0 commit comments

Comments
 (0)