We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb1df1 commit b36898dCopy full SHA for b36898d
1 file changed
build.cake
@@ -92,7 +92,7 @@ var publishingError = false;
92
// Generally speaking, we want to honor all the TFM configured in the unit tests, integration tests and benchmark projects.
93
// However, a single framework is sufficient when calculating code coverage.
94
const string DEFAULT_FRAMEWORK = "net9.0";
95
-var isSingleTfmMode =
+var isSingleTfmMode = (IsRunningOnWindows() && BuildSystem.AppVeyor.IsRunningOnAppVeyor) ||
96
target.Equals("Coverage", StringComparison.OrdinalIgnoreCase) ||
97
target.Equals("Run-Code-Coverage", StringComparison.OrdinalIgnoreCase) ||
98
target.Equals("Generate-Code-Coverage-Report", StringComparison.OrdinalIgnoreCase) ||
0 commit comments