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).
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).