Skip to content

feature: VS drop optimization data fallback #16670

@JanProvaznik

Description

@JanProvaznik

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.

Metadata

Metadata

Assignees

No one assigned

    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