Do not run netstandard tests on ARM platform

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Unknown
    • 3.6.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • 🔵 Done
    • Fully Compatible
    • Dotnet Drivers
    • Not Needed
    • None
    • None
    • None
    • None
    • None
    • None

      In build.cake we used to have statement to redirect all frameworks to "net6.0"

       

      var framework = targetPlatform == "arm64" ? "net6.0" : lowerTarget switch 
      ... 

      It means the following tasks run on Mac OS ARM:

       

      • test-net60
      • test-netstandard21

      are actually using net6.0 as target framework therefore they are duplicates.

      We can improve evergree.yml file to eclude netstandard tasks for Mac OS ARM,

       

       

       

            Assignee:
            Oleksandr Poliakov
            Reporter:
            Oleksandr Poliakov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: