Skip to content

Commit

Permalink
DotNetWorkloadRepair flaky, just report
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Sep 25, 2024
1 parent d0a7a88 commit fec1acf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetWorkloadSearch")

Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetWorkloadRepair")
.IsDependentOn("Cake.Common.Tools.DotNet.DotNetAliases.Setup")
.OnError(exception => { Console.WriteLine(exception); })
.Does(() =>
{
// When
Expand Down

0 comments on commit fec1acf

Please sign in to comment.