CollectSourceBuildIntermediateNupkgDependencies should add `Version.Details.xml` to the MSBuild binlog
Open
up-for-grabs
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
- [ ] This issue is blocking
- [ ] This issue is causing unreasonable pain
Custom build logic can add arbitrary files that are relevant to build logic to MSBuild's binlog by emitting them into the item `@(EmbedInBinlog)`.
It would be nice if that was done for the inputs to
https://github.com/dotnet/arcade/blob/f97854d90ada8bf6f932e003b3feaefde0234da8/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeTools.targets#L14-L22
To make it easier to diagnose an error in that task.
### Release Note Category
- [ ] Feature changes/additions
- [ ] Bug fixes
- [ ] Internal Infrastructure Improvements
### Release Note Description
Contributor guide
Assessment
This issue has not been assessed yet.