Skip to content

Commit

Permalink
Update dotnet.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Feb 16, 2024
1 parent d249707 commit cad67c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/cake/dotnet.cake
Expand Up @@ -217,7 +217,7 @@ Task("dotnet-test")
var tests = new []
{
"**/Controls.Core.UnitTests.csproj",
"**/Controls.Core.Design.UnitTests.csproj",
// "**/Controls.Core.Design.UnitTests.csproj",
"**/Controls.Xaml.UnitTests.csproj",
"**/Core.UnitTests.csproj",
"**/Essentials.UnitTests.csproj",
Expand Down

0 comments on commit cad67c2

Please sign in to comment.