Skip to content

Commit e365f69

Browse files
removed debugger display
1 parent c30ff60 commit e365f69

File tree

6 files changed

+653
-215
lines changed

6 files changed

+653
-215
lines changed

.build/Build.CI.cs

-4
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,8 @@
4141
[UploadLogs]
4242
[TitleEvents]
4343
[ContinuousIntegrationConventions]
44-
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
4544
internal partial class Pipeline
4645
{
47-
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
48-
private string DebuggerDisplay => ToString();
49-
5046
public static RocketSurgeonGitHubActionsConfiguration CiIgnoreMiddleware(RocketSurgeonGitHubActionsConfiguration configuration)
5147
{
5248
( (RocketSurgeonsGithubActionsJob)configuration.Jobs[0] ).Steps =

0 commit comments

Comments
 (0)