-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Unknown
-
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,
Â
Â
Â