Skip to content

Commit 4a526fb

Browse files
committed
chore: update solution + filters
1 parent 34b3536 commit 4a526fb

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-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
}

Sentry.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tes
209209
EndProject
210210
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Maui.CommunityToolkit.Mvvm.Tests", "test\Sentry.Maui.CommunityToolkit.Mvvm.Tests\Sentry.Maui.CommunityToolkit.Mvvm.Tests.csproj", "{ADC91A84-6054-42EC-8241-0D717E4C7194}"
211211
EndProject
212+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinUITestApp", "test\WinUITestApp\WinUITestApp.csproj", "{5256EFC6-D4F6-48C8-AB65-B8F2651719B1}"
213+
EndProject
212214
Global
213215
GlobalSection(SolutionConfigurationPlatforms) = preSolution
214216
Debug|Any CPU = Debug|Any CPU

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)