dotnet / dotnet/arcade

feature: VS drop optimization data fallback

Open
#16,670 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
729
Forks
397
Avg merge
3d 15m
Merged PRs (30d)
149

Description

https://github.com/dotnet/arcade/blob/main/src/Microsoft.DotNet.Arcade.Sdk/tools/VisualStudio.AcquireOptimizationData.targets

These targets specify looking for an optimization drop on the branch where we're building. This does not work on the first build of a branch and requires manual override which is painful for MSBuild that we need to remember this for a release every month.

Proposal: adjust the targets so an override fallback branch can be specified (would be added in msbuild's official build as main) then during the official build it'll search for a branch drop, and if nothing is found then search on fallback branch.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.