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 aae6216 commit 445d2c9Copy full SHA for 445d2c9
src/index/index.proj
@@ -175,6 +175,9 @@
175
</PropertyGroup>
176
<Exec Command="$(SourceIndexCmd)" LogStandardErrorAsError="false"/>
177
<Copy SourceFiles="@(OverwriteFiles)" DestinationFiles="@(OverwriteFiles -> '$(OutDir)index/%(RecursiveDir)%(Filename)%(Extension)')"/>
178
+ <ItemGroup>
179
+ <EmbedInBinlog Include="$(OutDir)index/**/diagnostics.txt"/>
180
+ </ItemGroup>
181
</Target>
182
183
<Target Name="Build" DependsOnTargets="Clone;Prepare;BuildIndex"/>
0 commit comments