Skip to content

Commit

Permalink
Merge pull request #6325 from Youssef1313/transitive
Browse files Browse the repository at this point in the history
Generate packages props and targets in `buildTransitive` directory
  • Loading branch information
jmarolf authored Jan 10, 2023
2 parents 6f4bfac + 356240b commit 7b6ad7e
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 7b6ad7e

Please sign in to comment.