Skip to content

Commit

Permalink
Generate packages props and targets in buildTransitive directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Dec 10, 2022
1 parent f361553 commit 356240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/GenerateAnalyzerNuspec/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
foreach (string file in fileList)
{
var fileWithPath = Path.IsPathRooted(file) ? file : Path.Combine(projectDir, file);
result.AppendLine(FileElement(fileWithPath, "build"));
result.AppendLine(FileElement(fileWithPath, "buildTransitive"));
}

if (readmePackageLocation.Length > 0)
Expand Down

0 comments on commit 356240b

Please sign in to comment.