Skip to content

Build (just) the sdk bundle in sdk BuildPass=2 for win-x64, win-x86, win-arm64 #4777

@ViktorHofer

Description

@ViktorHofer

When building the sdk installers in BuildPass=2 on Windows (as they depend on join assets from different verticals) the redist-installers.csproj project needs to be referenced in the repo's Build.props file. This causes the entire archive to be built again which is throw-away work and results in duplicate assets when merged and uploading everything. This is especially important as that logic will run in a BuildPass leg which means that it's on the critical path from a build time perspective.

It should be possible to encapsulate the logic that is responsible for creating the installers in dotnet/sdk and only invoke that.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions