File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3434 <CurrentRepoSourceBuildSourceDir >$([MSBuild]::NormalizeDirectory('$(SourceBuildOutputDir)', 'src'))</CurrentRepoSourceBuildSourceDir >
3535 <CurrentRepoSourceBuildSourceDir Condition =" '$(UseInnerClone)' != 'true'" >$(RepoRoot)</CurrentRepoSourceBuildSourceDir >
3636 <CurrentRepoSourceBuildPackageCache >$([MSBuild]::NormalizeDirectory('$(SourceBuildOutputDir)', 'package-cache'))</CurrentRepoSourceBuildPackageCache >
37-
37+ <SourceBuildSelfPrebuiltReportDir >$([MSBuild]::NormalizeDirectory('$(SourceBuildOutputDir)', 'prebuilt-report'))</SourceBuildSelfPrebuiltReportDir >
38+
3839 <!--
3940 Keep artifacts/ inside source dir so that ancestor-based file lookups find the inner repo, not
4041 the outer repo. The inner repo global.json and NuGet.config files may have been modified by
You can’t perform that action at this time.
0 commit comments