Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Pipeline/Build.MutationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ private void ExecuteMutationTest(Project project, Project[] testProjects)

DotNetToolInstall(_ => _
.SetPackageName("dotnet-stryker")
.SetVersion("4.7.0")
.SetToolInstallationPath(toolPath));

string branchName = BranchName;
Expand Down Expand Up @@ -178,7 +177,7 @@ private void ExecuteMutationTest(Project project, Project[] testProjects)
"target-framework": "net8.0",
"since": {
"target": "main",
"enabled": {{(BranchName != "main").ToString().ToLowerInvariant()}},
"enabled": {{false}},
Comment thread
vbreuss marked this conversation as resolved.
Outdated
"ignore-changes-in": [
"**/.github/**/*.*"
]
Expand Down
Loading