Skip to content
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

Open
JimBobSquarePants opened this issue Jan 15, 2020 · 2 comments · May be fixed by #338
Open

Support for target runtimes. #72

JimBobSquarePants opened this issue Jan 15, 2020 · 2 comments · May be fixed by #338
Labels
feature request New feature or request to improve the current logic

Comments

@JimBobSquarePants
Copy link

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.

@coderpatros
Copy link
Contributor

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.

@vsafonkin vsafonkin added the feature request New feature or request to improve the current logic label Feb 5, 2021
@AaronRobinsonMSFT
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants
@JimBobSquarePants @coderpatros @ZEisinger @vsafonkin @maxim-lobanov @AaronRobinsonMSFT @IvanZosimov and others