diff --git a/src/Candoumbe.Pipelines/Components/IPack.cs b/src/Candoumbe.Pipelines/Components/IPack.cs index 63e264f..4641927 100644 --- a/src/Candoumbe.Pipelines/Components/IPack.cs +++ b/src/Candoumbe.Pipelines/Components/IPack.cs @@ -32,7 +32,6 @@ public interface IPack : IHaveArtifacts, ICompile /// public Target Pack => _ => _ .TryDependsOn(x => x.UnitTests) - .TryDependsOn(x => x.MutationTests) .DependsOn(Compile) .Consumes(Compile) .Produces(PackagesDirectory / "*.nupkg")