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 19, 2024
1 parent 34466ca commit 717c338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/cake/dotnet.cake
Original file line number Diff line number Diff line change
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 717c338

Please sign in to comment.