You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Define the escape sequenes to make GitLab show colored messages
21
+
// For reference, see https://docs.gitlab.com/ee/ci/yaml/script.html#add-color-codes-to-script-output
22
+
// For the colors, match the colors used by Cake, see https://github.com/cake-build/cake/blob/ed612029b92f5da2b6cbdfe295c62e6b99a2963d/src/Cake.Core/Diagnostics/Console/ConsolePalette.cs#L34C17-L34C17
@@ -53,40 +60,24 @@ public void Write(Verbosity verbosity, LogLevel level, string format, params obj
53
60
return;
54
61
}
55
62
56
-
// Use colored output for log messages on GitLab CI
57
-
// For reference, see https://docs.gitlab.com/ee/ci/yaml/script.html#add-color-codes-to-script-output
58
-
// For the colors, mostly match the colors used by Cake, see https://github.com/cake-build/cake/blob/ed612029b92f5da2b6cbdfe295c62e6b99a2963d/src/Cake.Core/Diagnostics/Console/ConsolePalette.cs#L34C17-L34C17
59
-
// Not however, that the GitLab Web UI seems to render some colors the same (e.g. white and dark gray
0 commit comments