Skip to content

Commit

Permalink
Remove prebuilt report from intermediate packages (#15275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Winniexu01 authored Dec 2, 2024
1 parent e8de341 commit d45e8f8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<CurrentRepoSourceBuildSourceDir>$([MSBuild]::NormalizeDirectory('$(SourceBuildOutputDir)', 'src'))</CurrentRepoSourceBuildSourceDir>
<CurrentRepoSourceBuildSourceDir Condition="'$(UseInnerClone)' != 'true'">$(RepoRoot)</CurrentRepoSourceBuildSourceDir>
<CurrentRepoSourceBuildPackageCache>$([MSBuild]::NormalizeDirectory('$(SourceBuildOutputDir)', 'package-cache'))</CurrentRepoSourceBuildPackageCache>
<SourceBuildSelfPrebuiltReportDir>$([MSBuild]::NormalizeDirectory('$(SourceBuildOutputDir)', 'prebuilt-report'))</SourceBuildSelfPrebuiltReportDir>

<!--
Keep artifacts/ inside source dir so that ancestor-based file lookups find the inner repo, not
Expand Down Expand Up @@ -123,9 +122,6 @@

<ItemGroup>
<IntermediateNupkgFile Include="@(IntermediateNupkgArtifactFile)" PackagePath="artifacts" />

<!-- Report goes into the 'main' intermediate nupkg, if we're creating it. -->
<IntermediateNupkgFile Condition="'$(CreateIntermediatePackage)' == 'true'" Include="$(SourceBuildSelfPrebuiltReportDir)**\*" PackagePath="prebuilt-report" />
</ItemGroup>

<RemoveDuplicates Inputs="@(IntermediateNupkgFile)">
Expand Down

0 comments on commit d45e8f8

Please sign in to comment.