Skip to content

Commit

Permalink
Merge branch 'mm-runtime' into mm-cleanup-and-enable
Browse files Browse the repository at this point in the history
* mm-runtime:
  [tests] disable `$(_FastDeploymentDiagnosticLogging)` in PerformanceTest (dotnet#7307)
  • Loading branch information
grendello committed Aug 26, 2022
2 parents d60fc08 + 6b116bf commit 1d88be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/MSBuildDeviceIntegration/Tests/PerformanceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ XamarinAndroidApplicationProject CreateApplicationProject ()
var proj = new XamarinAndroidApplicationProject () {
};
proj.SetAndroidSupportedAbis (DeviceAbi); // Use a single ABI
proj.SetProperty ("_FastDeploymentDiagnosticLogging", "False");
return proj;
}

Expand Down

0 comments on commit 1d88be2

Please sign in to comment.