Skip to content

Commit 8e4450c

Browse files
[tests] add SourceGen.UnitTests to CI (#21889)
Context: #21725 In #21725 we noticed the source generator unit tests (for `*.xaml.g.cs`) don't run on CI. Whoops!
1 parent d3335ad commit 8e4450c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/cake/dotnet.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ Task("dotnet-test")
222222
"**/Controls.Core.UnitTests.csproj",
223223
"**/Controls.Core.Design.UnitTests.csproj",
224224
"**/Controls.Xaml.UnitTests.csproj",
225+
"**/SourceGen.UnitTests.csproj",
225226
"**/Core.UnitTests.csproj",
226227
"**/Essentials.UnitTests.csproj",
227228
"**/Resizetizer.UnitTests.csproj",

0 commit comments

Comments
 (0)