Skip to content

Commit 6f8b443

Browse files
committed
Update solution filters
1 parent a47efe0 commit 6f8b443

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Sentry-CI-Build-Windows-arm64.slnf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7676
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7777
"test\\Sentry.Tests\\Sentry.Tests.csproj",
78-
"test\\SingleFileTestApp\\SingleFileTestApp.csproj"
78+
"test\\SingleFileTestApp\\SingleFileTestApp.csproj",
79+
"test\\WinUITestApp\\WinUITestApp.csproj"
7980
]
8081
}
8182
}

Sentry-CI-Build-Windows.slnf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7979
"test\\Sentry.Testing\\Sentry.Testing.csproj",
8080
"test\\Sentry.Tests\\Sentry.Tests.csproj",
81-
"test\\SingleFileTestApp\\SingleFileTestApp.csproj"
81+
"test\\SingleFileTestApp\\SingleFileTestApp.csproj",
82+
"test\\WinUITestApp\\WinUITestApp.csproj"
8283
]
8384
}
8485
}

scripts/generate-solution-filters-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ groupConfigs:
2525
# .NET Framework projects
2626
- "**/*.AspNet.csproj"
2727
- "**/*.AspNet.Tests.csproj"
28+
- "**/*WinUITestApp.csproj"
2829
artefacts:
2930
# Any projects in the obj or bin directories
3031
- "**/obj/**/*.csproj"
@@ -95,6 +96,7 @@ filterConfigs:
9596
- "**/*AndroidTestApp.csproj"
9697
- "**/*DeviceTests*.csproj"
9798
- "**/*.AspNet.Tests.csproj"
99+
- "**/*WinUITestApp.csproj"
98100

99101
- outputPath: Sentry-CI-Build-Windows.slnf
100102
include:
@@ -255,6 +257,7 @@ filterConfigs:
255257
- "**/*Android*.csproj"
256258
- "**/*Ios*.csproj"
257259
- "**/*Maui*.csproj"
260+
- "**/*WinUI*.csproj"
258261

259262
- outputPath: SentryNoSamples.slnf
260263
include:

0 commit comments

Comments
 (0)