File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Tasks Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -538,12 +538,10 @@ public static bool Is64 () {
538
538
"if (Lib1.Library1.Is64 ()) Console.WriteLine (\" Hello World!\" );" ) ;
539
539
540
540
541
- using ( var lb = CreateDllBuilder ( Path . Combine ( path , "Lib1" ) ) ) {
542
- using ( var b = CreateApkBuilder ( Path . Combine ( path , "App1" ) ) ) {
543
- Assert . IsTrue ( lb . Build ( lib ) , "build should have succeeded." ) ;
544
- Assert . IsTrue ( b . Build ( proj ) , "build should have succeeded." ) ;
545
- }
546
- }
541
+ using var lb = CreateDllBuilder ( Path . Combine ( path , "Lib1" ) ) ;
542
+ using var b = CreateApkBuilder ( Path . Combine ( path , "App1" ) ) ;
543
+ Assert . IsTrue ( lb . Build ( lib ) , "build should have succeeded." ) ;
544
+ Assert . IsTrue ( b . Build ( proj ) , "build should have succeeded." ) ;
547
545
}
548
546
}
549
547
}
You can’t perform that action at this time.
0 commit comments