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

Resolve prebuilts for the deployment-tools repo for 6.0 #2458

Closed MichaelSimons closed 3 years ago

MichaelSimons commented 3 years ago

The deployment-tools repo contains prebuilts as identified by the prebuilt report at artifacts\prebuilt-report\annotated-usage.xml in the Offline BuildLogs for any installer build. These prebuilts need to be resolved by either a) conditioning out the code that includes the package, b) updating the package version to use the version that is built in source-build (using package version flow) or c) adding the package to SBRP.

MichaelSimons commented 3 years ago

The remaining prebuilts will be supplied by SBRP.

Microsoft.NETFramework.ReferenceAssemblies.1.0.2
Microsoft.NETFramework.ReferenceAssemblies.net452.1.0.2
System.Collections.Immutable.1.6.0
System.Reflection.Metadata.1.7.0
MichaelSimons commented 3 years ago

[Triage] Update, the only remaining prebuilt is

Microsoft.NETFramework.ReferenceAssemblies.net452.1.0.2