Skip to content

Commit

Permalink
Try integration test DotNetWorkloadRepair DisableParallel
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Sep 25, 2024
1 parent 67e571b commit 5385010
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,12 @@ Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetWorkloadRepair")
.Does(() =>
{
// When
DotNetWorkloadRepair();
DotNetWorkloadRepair(
new DotNetWorkloadRepairSettings {
DisableParallel = true,
NoCache = true
}
);
});

Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetWorkloadUpdate")
Expand Down

0 comments on commit 5385010

Please sign in to comment.