Skip to content

Extend OptProf baseline artifact retention to 3 years #13691

@OvesN

Description

@OvesN

Description: The OptProf baseline (ProfilingInputs) drop is published from azure-pipelines/.vsts-dotnet-build-jobs.yml
(line 29–36, the artifactsDrop output) without an explicit dropRetentionDays, so it falls off after the default
retention. We need this baseline data preserved for 3 years (1095 days) so older builds can still be
reproduced/re-trained against their original baseline.

Fix: add dropRetentionDays: '1095' to the OptProf artifactsDrop output in .vsts-dotnet-build-jobs.yml (matching the
pattern already used at line 190 for the VS setup drop).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions