dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
265 stars 132 forks source link

Add generated props files to CI artifacts #1319

Open crummel opened 5 years ago

crummel commented 5 years ago

These are useful for debugging CI builds. e.g. PackageVersions.props, RestoreSources.props, git-info folder, HostInformation.props, TargetInformation.props.

MichaelSimons commented 2 years ago

@oleksandr-didyk - capturing the PackageVersions.props would solve the prebuilt UX issue we discussed earlier about how to easily find which packages and versions are produced by source-build.

oleksandr-didyk commented 2 years ago

@MichaelSimons thanks, makes sense. Should this issue have higher priority and be implemented after the docs are finished?