- TeamsISO.App: hand-rolled net8.0-windows WPF csproj since the WPF
template isn't shipped on linux-arm64 .NET SDK; UI is a placeholder
for Phase C.
- TeamsISO.Engine.IntegrationTests: cross-platform xunit project with a
skipped scaffold fact tagged [Trait("requires", "ndi")] for Phase B.
- TeamsISO.Linux.slnf: solution filter for non-Windows CI that excludes
the WPF project (which can only build on Windows).
11 lines
363 B
Text
11 lines
363 B
Text
{
|
|
"solution": {
|
|
"path": "TeamsISO.sln",
|
|
"projects": [
|
|
"src/TeamsISO.Engine/TeamsISO.Engine.csproj",
|
|
"src/TeamsISO.Engine.NdiInterop/TeamsISO.Engine.NdiInterop.csproj",
|
|
"src/tests/TeamsISO.Engine.Tests/TeamsISO.Engine.Tests.csproj",
|
|
"src/tests/TeamsISO.Engine.IntegrationTests/TeamsISO.Engine.IntegrationTests.csproj"
|
|
]
|
|
}
|
|
}
|