We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4739e commit 5070250Copy full SHA for 5070250
src/SourceBuild/content/eng/finish-source-only.proj
@@ -27,7 +27,7 @@
27
Condition="'$(ReportSbrpUsage)' == 'true'">
28
<ItemGroup>
29
<ProjectAssetsJsonFile Include="$(ArtifactsDir)**/project.assets.json" />
30
- <ProjectAssetsJsonFile Include="$(SrcDir)**/project.assets.json" />
+ <ProjectAssetsJsonFile Include="$(SrcDir)**/artifacts/**/project.assets.json" />
31
</ItemGroup>
32
33
<WriteSbrpUsageReport SbrpRepoSrcPath="$(SbrpRepoSrcDir)"
0 commit comments