actions / setup-dotnet

Set up your GitHub Actions workflow with a specific version of the .NET core sdk
MIT License
919 stars 452 forks source link

Added option that can be used to specify the architecture. #483

Closed dlemstra closed 2 months ago

dlemstra commented 7 months ago

Description: This pull request adds an option to specify the architecture. At this moment the Windows hosted agents don't have .NET 8 installed so I am using this task to install .NET 8. But this task doesn't allow me to specify the architecture and this means I get the x64 version installed when I need x86 in parts of my build.

Related issue: This PR can replace #338.

Check list: