Skip to content

Migrate to VSTest for all Unit Tests #5587

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

Open
michaelgsharp opened this issue Jan 13, 2021 · 1 comment
Open

Migrate to VSTest for all Unit Tests #5587

michaelgsharp opened this issue Jan 13, 2021 · 1 comment
Labels
P1 Priority of the issue for triage purpose: Needs to be fixed soon. test related to tests

Comments

@michaelgsharp
Copy link
Member

Based on the conversation in #5583 and this comment, we need to migrate all our unit testing over to VSTest to make debugging easier. This issue is being created to track that so we don't lose it.

@michaelgsharp michaelgsharp added test related to tests P1 Priority of the issue for triage purpose: Needs to be fixed soon. labels Jan 13, 2021
@michaelgsharp
Copy link
Member Author

@ViktorHofer I set the flag in Versions.props as suggested. It does switch to using VSTest, but even when passing /p:TargetArchitecture=x86 /p:TestArchitectures=x86 it still launches a 64 bit version of VSTest. This is causing test failures. Do you know how to get it to run the x86 version of vstest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 Priority of the issue for triage purpose: Needs to be fixed soon. test related to tests
Projects
None yet
Development

No branches or pull requests

1 participant