-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for target runtimes. #72
Labels
feature request
New feature or request to improve the current logic
Comments
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. |
4 tasks
vsafonkin
added
the
feature request
New feature or request to improve the current logic
label
Feb 5, 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. |
2 tasks
2 tasks
10 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: