@@ -63,22 +63,19 @@ To run ALL the [MSBuild Integration Tests](#msbuild-integration-tests) *and*
6363all the [ MSBuild Task Unit Tests] ( #msbuild-task-tests ) , run:
6464
6565``` sh 
66- ./dotnet-local.sh test  bin/TestDebug/net7.0/Xamarin.Android.Build.Tests.dll --filter=Category ! =DotNetIgnore 
66+ ./dotnet-local.sh test  bin/TestDebug/net7.0/Xamarin.Android.Build.Tests.dll
6767``` 
6868
6969To run ALL the supported [ Device Integration Tests] ( #devive-integration-tests ) , run:
7070
7171``` sh 
72- ./dotnet-local.sh test  bin/TestDebug/MSBuildDeviceIntegration/net7.0/MSBuildDeviceIntegration.dll --filter=Category ! =DotNetIgnore 
72+ ./dotnet-local.sh test  bin/TestDebug/MSBuildDeviceIntegration/net7.0/MSBuildDeviceIntegration.dll
7373``` 
7474
7575If no Android device is attached, then the emulator will be created.
7676The ` ADB_TARGET `  environment variable can be used to explicitly specify which
7777Android device should be used when running Device Integration Tests.
7878
79- NOTE: Not all tests work under .NET for Android yet. So we need to filter
80- them on the ` DotNetIgnore `  category.
81- 
8279To run a specific test you can use the ` Name=Value `  argument for ` --filter ` ,
8380
8481``` sh 
@@ -106,22 +103,19 @@ To run ALL the [MSBuild Integration Tests](#msbuild-integration-tests) *and*
106103all the [ MSBuild Task Unit Tests] ( #msbuild-task-tests ) , run:
107104
108105``` cmd 
109- dotnet-local.cmd test bin\TestDebug\net7.0\Xamarin.Android.Build.Tests.dll --filter=Category!=DotNetIgnore  
106+ dotnet-local.cmd test bin\TestDebug\net7.0\Xamarin.Android.Build.Tests.dll 
110107``` 
111108
112109To run ALL the supported [ Device Integration Tests] ( #devive-integration-tests ) , runs:
113110
114111``` cmd 
115- dotnet-local.cmd test bin\TestDebug\MSBuildDeviceIntegration\net7.0\MSBuildDeviceIntegration.dll --filter=Category!=DotNetIgnore  
112+ dotnet-local.cmd test bin\TestDebug\MSBuildDeviceIntegration\net7.0\MSBuildDeviceIntegration.dll 
116113``` 
117114
118115If no Android device is attached, then the emulator will be created.
119116The ` ADB_TARGET `  environment variable can be used to explicitly specify which
120117Android device should be used when running Device Integration Tests.
121118
122- NOTE: Not all tests work under .NET for Android yet. So we need to filter
123- them on the ` DotNetIgnore `  category.
124- 
125119To run a specific test you can use the ` Name=Value `  argument for the ` --filter ` ,
126120
127121``` cmd 
0 commit comments