We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afa5665 + 9018071 commit 22ea642Copy full SHA for 22ea642
src/Tools/GenerateAnalyzerNuspec/Program.cs
@@ -239,7 +239,7 @@
239
{
240
if (Path.GetExtension(globalconfig) == ".globalconfig")
241
242
- result.AppendLine(FileElement(Path.Combine(globalAnalyzerConfigsDir, globalconfig), $"buildtransitive\\config"));
+ result.AppendLine(FileElement(Path.Combine(globalAnalyzerConfigsDir, globalconfig), $"buildTransitive\\config"));
243
}
244
else
245
0 commit comments