We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86653da commit 0ddd606Copy full SHA for 0ddd606
src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/CreateSdkSymbolsLayout.cs
@@ -85,7 +85,7 @@ private IList<string> GenerateSymbolsLayout(Hashtable allPdbGuids)
85
string debugId = GetDebugId(guid, file);
86
if (!allPdbGuids.ContainsKey(debugId))
87
{
88
- filesWithoutPDBs.Add(file.Substring(SdkLayoutPath.Length + 1));
+ filesWithoutPDBs.Add(file.Substring(SdkLayoutPath.Length));
89
}
90
else
91
0 commit comments