dotnet / wpf-test

WPF is a .NET Core UI framework for building Windows desktop applications. wpf-test contains test infrastructure and test collateral for the WPF framework.
MIT License
64 stars 23 forks source link

Fixing the path for visual studio installation. #190

Closed Kuldeep-MS closed 1 year ago

Kuldeep-MS commented 1 year ago

Description

If we use the /DebugTests argument to debug tests, we are presented with various options. If we choose vs.cmd, it fails to launch Visual Studio due to an incorrect installation path being added to vs.cmd.

This PR fixes the installation path based on the system infrastructure (x86 or x64).

Customer Impact

To debug, it will be necessary to manually correct the installation path of VS in VS.cmd.

Regression

NA

Testing

NA

Risk

none

Microsoft Reviewers: Open in CodeFlow