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 bf54e67
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,12 @@ Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetWorkloadUpdate")
.Does(() =>
{
// When
DotNetWorkloadUpdate();
DotNetWorkloadUpdate(
new DotNetWorkloadRepairSettings {
DisableParallel = true,
NoCache = true
}
);
});

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

0 comments on commit bf54e67

Please sign in to comment.