Skip to content

Commit

Permalink
Merge pull request #6436 from ViktorHofer/patch-1
Browse files Browse the repository at this point in the history
Fix buildtransitive vs buildTransitive difference
  • Loading branch information
mavasani committed Jan 17, 2023
2 parents afa5665 + 9018071 commit 22ea642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/GenerateAnalyzerNuspec/Program.cs
Expand Up @@ -239,7 +239,7 @@
{
if (Path.GetExtension(globalconfig) == ".globalconfig")
{
result.AppendLine(FileElement(Path.Combine(globalAnalyzerConfigsDir, globalconfig), $"buildtransitive\\config"));
result.AppendLine(FileElement(Path.Combine(globalAnalyzerConfigsDir, globalconfig), $"buildTransitive\\config"));
}
else
{
Expand Down

0 comments on commit 22ea642

Please sign in to comment.