Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicated assets in official build #89188

Merged
merged 1 commit into from
Jul 19, 2023

Commits on Jul 19, 2023

  1. Fix duplicated assets in official build

    The additional osx-x64 and osx-arm64 legs added for NativeAOT in dotnet#89018 caused the `runtime.osx-*.Microsoft.DotNet.ILCompiler` and runtime.osx-*.runtime.native.System.IO.Ports` packages to be duplicated.
    
    This change makes sure we only publish them from one leg (the CoreCLR one).
    akoeplinger committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4732b8f View commit details
    Browse the repository at this point in the history