-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Build on VS 2022 #5804
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
Build on VS 2022 #5804
Conversation
|
@singhashish-wpf it will be good idea to first take the changes from eng/WpfArcadeSdk/tools/Wpf.Cpp.props . Let build publish the packages and then move to VS2022. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| <PropertyGroup> | ||
| <VCRedistCrtFolderName Condition="'$(Configuration)'=='Release'">Microsoft.VC142.CRT</VCRedistCrtFolderName> | ||
| <VCRedistCrtFolderName Condition="'$(Configuration)'=='Debug'">Microsoft.VC142.DebugCRT</VCRedistCrtFolderName> | ||
| <VCRedistCrtFolderName Condition="'$(Configuration)'=='Release'">Microsoft.VC143.CRT</VCRedistCrtFolderName> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the fallback still necessary ?
wpf/src/Microsoft.DotNet.Wpf/redist/VCRuntime/VCRuntime.vcxproj
Lines 38 to 42 in af9ff74
| <!-- | |
| Remove these fallbacks after the build servers are guaranteed to have VC142 | |
| --> | |
| <VCRedistFallbackCrtFolderName Condition="'$(Configuration)'=='Release'">Microsoft.VC141.CRT</VCRedistFallbackCrtFolderName> | |
| <VCRedistFallbackCrtFolderName Condition="'$(Configuration)'=='Debug'">Microsoft.VC141.DebugCRT</VCRedistFallbackCrtFolderName> |
It seems weird to fallback to VC141 when VC143 does not exist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessary @ThomasGoulet73
Will be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes Issue
Build on VS 2022
Main PR
Description
Customer Impact
Regression
Testing
Risk