Skip to content

Support explicit architecture for dotnet #524

@ww898

Description

@ww898

Description:
I need to install both arm64 and x64 architectures for .NET 8.0 on macOS M1 for execute tests on different platforms. Now it checks only arm64 version and say that everything was already installed.

Justification:
Example of the new symtax:

        uses: actions/setup-dotnet@v4
        with:
          dotnet:
            - version: 8.0.x
               arch: x64
            - version: 8.0.x
               arch: arm64

Metadata

Metadata

Assignees

Labels

feature requestNew feature or request to improve the current logic

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions