Commit 68cedfa
committed
Fix iOS and Android test execution
Cause all but desktop targets to reference dotnet execution assemble so that it gets packaged up with the mobile app, provided they include this line in their entrypoint method:
this.AddExecutionAssembly(typeof(SkippableFactDiscoverer).Assembly);1 parent 0df8c6a commit 68cedfa
File tree
1 file changed
+7
-1
lines changed- src/Xunit.SkippableFact.NuGet
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
0 commit comments