Skip to content

Commit d45e8f8

Browse files
authored
Remove prebuilt report from intermediate packages (#15275)
1 parent e8de341 commit d45e8f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcade.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<CurrentRepoSourceBuildSourceDir>$([MSBuild]::NormalizeDirectory('$(SourceBuildOutputDir)', 'src'))</CurrentRepoSourceBuildSourceDir>
3535
<CurrentRepoSourceBuildSourceDir Condition="'$(UseInnerClone)' != 'true'">$(RepoRoot)</CurrentRepoSourceBuildSourceDir>
3636
<CurrentRepoSourceBuildPackageCache>$([MSBuild]::NormalizeDirectory('$(SourceBuildOutputDir)', 'package-cache'))</CurrentRepoSourceBuildPackageCache>
37-
<SourceBuildSelfPrebuiltReportDir>$([MSBuild]::NormalizeDirectory('$(SourceBuildOutputDir)', 'prebuilt-report'))</SourceBuildSelfPrebuiltReportDir>
3837

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

124123
<ItemGroup>
125124
<IntermediateNupkgFile Include="@(IntermediateNupkgArtifactFile)" PackagePath="artifacts" />
126-
127-
<!-- Report goes into the 'main' intermediate nupkg, if we're creating it. -->
128-
<IntermediateNupkgFile Condition="'$(CreateIntermediatePackage)' == 'true'" Include="$(SourceBuildSelfPrebuiltReportDir)**\*" PackagePath="prebuilt-report" />
129125
</ItemGroup>
130126

131127
<RemoveDuplicates Inputs="@(IntermediateNupkgFile)">

0 commit comments

Comments
 (0)