We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d0d0f commit b47f929Copy full SHA for b47f929
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/BuildTest.cs
@@ -1419,7 +1419,7 @@ public void NUnitLiteNugetWorks ()
1419
/* enableProguard */ null,
1420
/* androidEnableProguard */ "true",
1421
/* expectedBuildResult */ false,
1422
- /* expectedWarning */ TargetRuntimeHelper.UseCoreCLR && TargetRuntimeHelper.CoreClrIsExperimental ? "1 Warning(s)" : "0 Warning(s)",
+ /* expectedWarning */ "0 Warning(s)",
1423
},
1424
new object [] {
1425
/* linkTool */ null,
0 commit comments