Skip to content

Commit 22ea642

Browse files
authored
Merge pull request #6436 from ViktorHofer/patch-1
Fix buildtransitive vs buildTransitive difference
2 parents afa5665 + 9018071 commit 22ea642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tools/GenerateAnalyzerNuspec/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
{
240240
if (Path.GetExtension(globalconfig) == ".globalconfig")
241241
{
242-
result.AppendLine(FileElement(Path.Combine(globalAnalyzerConfigsDir, globalconfig), $"buildtransitive\\config"));
242+
result.AppendLine(FileElement(Path.Combine(globalAnalyzerConfigsDir, globalconfig), $"buildTransitive\\config"));
243243
}
244244
else
245245
{

0 commit comments

Comments
 (0)