View Single Post
  #3  
Old 08-31-2020, 09:29 AM
deramor deramor is online now
Registered User
 
Join Date: 05-11-2011
Posts: 27
Thank you. After looking at the code and how the list of potential MSBuild instances was gathered and selected, I eyed your logic with my solution files and found that even though the project standardized on VS 2019, many solutions were made by 2013. This caused your logic to pick something I didn't expect.

Some kind of interaction with the solution and older MSBuild version caused things to not work. Fortunately, I can correct the solution files to correctly target 2019 as intended and everything works fine.

Thanks for helping. I suppose I should have checked my own solutions.
Reply With Quote