Skip to content

Commit 653786b

Browse files
committed
Allow the logging of build logs
1 parent 2af06de commit 653786b

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
@@ -2249,7 +2249,6 @@ public void ValidateUseLatestAndroid ()
22492249
{ "XBUILD_FRAMEWORK_FOLDERS_PATH", referencesPath },
22502250
};
22512251
using (var builder = CreateApkBuilder (Path.Combine (path, proj.ProjectName))) {
2252-
builder.ThrowOnBuildFailure = false;
22532252
builder.Target = "_SetLatestTargetFrameworkVersion";
22542253
Assert.True (builder.Build (proj, parameters: targetFramework, environmentVariables: envVar),
22552254
string.Format ("First Build should have succeeded"));

0 commit comments

Comments
 (0)