Skip to content

Conversation

@singhashish-wpf
Copy link
Contributor

Fixes Issue
Build on VS 2022
Main PR

Description

Customer Impact

Regression

Testing

Risk

@singhashish-wpf singhashish-wpf requested a review from a team as a code owner December 9, 2021 19:33
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Dec 9, 2021
@ghost ghost requested review from SamBent, fabiant3 and ryalanms December 9, 2021 19:33
@vishalmsft
Copy link
Contributor

@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.
The problem is with dependency. This migration won't complete without internal build complete. And internal build uses this props to set the toolset version.

@singhashish-wpf
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

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>
Copy link
Contributor

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 ?

<!--
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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ghost ghost locked as resolved and limited conversation to collaborators Apr 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

PR metadata: Label to tag PRs, to facilitate with triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants