'Run VS2022 and VS2019 without affecting environment variables
How can I run VS20022 and VS2019 on the same computer without breaking my environment, I want to use VS2022 on my current project but it messes my build because it has a project which is not supported in VS2022(I think is SQL Server Integration Services Projects type of project).
So I want to use the VS2022 for dev stuff and VS2019 just for building the solution.
The problem is that VS2022 isn't added to the environment variables path and somehow it is picked in the build scripts, and I don't understand how to remove it, and I was not able to find any other solutions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
