Skip to content

Commit

Permalink
[tests] add SourceGen.UnitTests to CI (#21889)
Browse files Browse the repository at this point in the history
Context: #21725

In #21725 we noticed the source generator unit tests (for `*.xaml.g.cs`) don't run on CI.

Whoops!
  • Loading branch information
jonathanpeppers authored Apr 18, 2024
1 parent d3335ad commit 8e4450c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/cake/dotnet.cake
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ Task("dotnet-test")
"**/Controls.Core.UnitTests.csproj",
"**/Controls.Core.Design.UnitTests.csproj",
"**/Controls.Xaml.UnitTests.csproj",
"**/SourceGen.UnitTests.csproj",
"**/Core.UnitTests.csproj",
"**/Essentials.UnitTests.csproj",
"**/Resizetizer.UnitTests.csproj",
Expand Down

0 comments on commit 8e4450c

Please sign in to comment.