-
Notifications
You must be signed in to change notification settings - Fork 519
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Looking at the documentation and the code it appears the SDK runtime platform architecture is determined by the architecture of the OS.
It would be very useful for unit testing scenarios to allow specifying whether the x86 or x64 SDK is in use as dotnet test
requires the explicit architecture.
shutdown256, antonfirsov, thashepherd, dasMulli, ltrzesniewski and 19 more
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
coderpatros commentedon Jun 28, 2020
From my looking it is explicitly set to x64
It's probably a corner case, but it could cause issues if someone is running an x86 self hosted runner.
AaronRobinsonMSFT commentedon Dec 9, 2021
Any thoughts resurrecting the following PR: #152
I'd like a way to specify the architecture too. I need to test on win-x86 and setting that up is complicated.
baynezy commentedon Jan 22, 2025
I need to test some code with x86 and so this is a blocker for me.
brantburnett commentedon Mar 13, 2025
I have found a workaround I use in my workflows that's not TOO cumbersome. Note that this example assumes Windows for the OS.
Gijsreyn commentedon Aug 3, 2025
Thanks @brantburnett. Just reached this issue, specifically for building a .NET CLI utility for both x64 and x86.