File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild Expand file tree Collapse file tree 1 file changed +0
-4
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- <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
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)" >
You can’t perform that action at this time.
0 commit comments