[iOS] Change test exclusion path for System.Reflection.Emit tests (#80800)
authorSteve Pfister <steveisok@users.noreply.github.com>
Thu, 19 Jan 2023 18:21:15 +0000 (13:21 -0500)
committerGitHub <noreply@github.com>
Thu, 19 Jan 2023 18:21:15 +0000 (13:21 -0500)
For whatever reason, the path was wrong and a bunch of tests are being run on CI that shouldn't.

src/libraries/tests.proj

index f82a4d7..3655228 100644 (file)
   </ItemGroup>
 
   <ItemGroup Condition="'$(TargetOS)' == 'tvos' and '$(RunDisablediOSTests)' != 'true'">
-    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Reflection\tests\System.Reflection.Emit.Tests.csproj" />
+    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Reflection.Emit\tests\System.Reflection.Emit.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Reflection.Emit.ILGeneration/tests/System.Reflection.Emit.ILGeneration.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Reflection.Emit.Lightweight/tests/System.Reflection.Emit.Lightweight.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Reflection.DispatchProxy/tests/System.Reflection.DispatchProxy.Tests.csproj" />