We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d72885 commit 6fe89f7Copy full SHA for 6fe89f7
tests/integration-tests/Apple/Simulator.Tests.proj
@@ -19,6 +19,11 @@
19
<AdditionalProperties>TestTarget=maccatalyst;TestAppBundleName=System.AppContext.Tests.app</AdditionalProperties>
20
</XHarnessAppleProject>
21
22
+ <!-- apple test / maccatalyst -->
23
+ <XHarnessAppleProject Include="TestAppBundle.proj">
24
+ <AdditionalProperties>TestTarget=maccatalyst;TestAppBundleName=System.Collections.NonGeneric.Tests.app</AdditionalProperties>
25
+ </XHarnessAppleProject>
26
+
27
<!-- apple run / maccatalyst -->
28
<XHarnessAppleProject Include="TestAppBundle.proj">
29
<AdditionalProperties>TestTarget=maccatalyst;TestAppBundleName=iOS.Simulator.PInvoke.Test.app;IncludesTestRunner=false;ExpectedExitCode=42</AdditionalProperties>
0 commit comments