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

[workloads] Add Current to the name of the workload manifest #80401

Merged
merged 13 commits into from
Jan 28, 2023

Commits on Jan 9, 2023

  1. [workloads] Add Current to the name of the workload manifest

    dotnet/sdk@f5cb7e3 introduced a change that would make `microsoft.net.workload.mono.toolchain` an outdated id in order to work around manifest errors when older previews of the .NET 7 SDK were installed. The unfortunate side effect of this change means the name of the manifest needs to be changed.
    
    On the main branch, the manifest id will now contain current in the name for the .net version being developed.
    Steve Pfister committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c717c2e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    cd3a6f4 View commit details
    Browse the repository at this point in the history
  2. Add current to shorname

    Steve Pfister committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f7843db View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Merge remote-tracking branch 'upstream/main' into rename-current-mani…

    …fest
    Steve Pfister committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    341a0b3 View commit details
    Browse the repository at this point in the history
  2. Add prerelease label to manifest name

    Steve Pfister committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    60042f7 View commit details
    Browse the repository at this point in the history
  3. Add wildcard to support prerelease tagging

    Steve Pfister committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e3ffb5d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/main' into rename-current-mani…

    …fest
    Steve Pfister committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    bbd3d01 View commit details
    Browse the repository at this point in the history
  5. Alter emsdk dependency since the name changed

    Steve Pfister committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    648f929 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb684f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    2fd2ee4 View commit details
    Browse the repository at this point in the history
  2. InstallWorkloadFromArtifacts: Add workarounds for the manifest name

    .. change.
    
    The workload manifest has `.Current` added to the name now. This makes
    the older name `microsoft.net.workload.mono.toolchain` invalid. But sdk
    still installs this, which breaks the workload.
    
    - As a workaround for the tests, remove manifest directory
    - Also, update the name in the `IncludedWorkloadManifests.txt`
    radical committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8e115c3 View commit details
    Browse the repository at this point in the history
  3. Fix name in extends for wasm-tools

    Steve Pfister committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    4df4c0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a612c3b View commit details
    Browse the repository at this point in the history