Skip to content

Commit 2d5156a

Browse files
Remove Ben.Demystifier from Build project
1 parent 3af22c1 commit 2d5156a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build/Build.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<PackageReference Include="Cake.FileHelpers" Version="6.1.3" />
1010
<PackageReference Include="Cake.Git" Version="3.0.0" />
1111
<PackageReference Include="Microsoft.DocAsCode.App" Version="2.67.3" />
12-
<PackageReference Include="Ben.Demystifier" Version="0.1.1" />
1312
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
1413
<PackageReference Include="Octokit" Version="6.2.1" />
1514
</ItemGroup>

build/ChangeLogBuilder.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Collections.Immutable;
4-
using System.Diagnostics;
54
using System.IO;
65
using System.Linq;
76
using System.Text;
@@ -245,7 +244,7 @@ public static async Task Run(DirectoryPath path, string currentMilestone, string
245244
}
246245
catch (Exception e)
247246
{
248-
await Console.Error.WriteLineAsync(e.Demystify().ToString());
247+
await Console.Error.WriteLineAsync(e.ToString());
249248
}
250249
}
251250
}

0 commit comments

Comments
 (0)