Skip to content

Commit 5070250

Browse files
Don't scan src dirs for project.assets.json files (#47162)
1 parent ff4739e commit 5070250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBuild/content/eng/finish-source-only.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Condition="'$(ReportSbrpUsage)' == 'true'">
2828
<ItemGroup>
2929
<ProjectAssetsJsonFile Include="$(ArtifactsDir)**/project.assets.json" />
30-
<ProjectAssetsJsonFile Include="$(SrcDir)**/project.assets.json" />
30+
<ProjectAssetsJsonFile Include="$(SrcDir)**/artifacts/**/project.assets.json" />
3131
</ItemGroup>
3232

3333
<WriteSbrpUsageReport SbrpRepoSrcPath="$(SbrpRepoSrcDir)"

0 commit comments

Comments
 (0)