Skip to content

Commit

Permalink
[Symbol] Increase DebugInformationLevel for manifest entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mdh1418 committed Sep 9, 2024
1 parent 8d54c78 commit e855b47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Microsoft.SymbolManifestGenerator;

public static class SymbolManifestGenerator
{
private const int Private = 340;
private const int Private = 341;

public static bool GenerateManifest(ITracer tracer, DirectoryInfo dir, string manifestFileName, bool specialFilesRequireAdjacentRuntime = true)
{
Expand Down

0 comments on commit e855b47

Please sign in to comment.