Skip to content

redist.csproj isn't building incrementally #48070

Description

@ViktorHofer

Image

Many of these targets are missing support for incremental builds. I.e. the GenerateArchives targets should define Inputs & Outputs so that it only runs when the inputs are newer than the outputs. But for that work, all the dependent targets also need to support incrementality.

This means using parameters like SkipUnchangedFiles for the Copy task, WriteOnlyWhenDifferent for the WriteLinesToFile task and adding Inputs & Outputs to targets that generate outputs differently, not via the Copy or WriteLinesToFile tasks.

Child issues:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions