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

Add support for ppc64le processor architecture #4028

Merged
merged 4 commits into from
Sep 30, 2022

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    96591cb View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. change enum name from PPC64le to Ppc64le to match with System.Runtime…

    ….InteropServices.Architecture enum name
    Sapana-Khemkar committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    750b193 View commit details
    Browse the repository at this point in the history
  2. add defination of enum Microsoft.VisualStudio.TestPlatform.PlatformAb…

    …stractions.PlatformArchitecture.Ppc64le
    
    and Microsoft.VisualStudio.TestPlatform.ObjectModel.Architecture.Ppc64le in Microsoft.TestPlatform.ObjectModel
    and /Microsoft.TestPlatform.PlatformAbstractions PublicAPI.Shipped.txt file.
    Sapana-Khemkar committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4d97db8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389b923 View commit details
    Browse the repository at this point in the history