Skip to content

Commit

Permalink
Remove explicitly setting PreferredToolArchitecture, since VS 2022 ha…
Browse files Browse the repository at this point in the history
…ndles this more comprehensively (#1304)
  • Loading branch information
Scottj1s authored May 15, 2023
1 parent 49b2cab commit 4587264
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nuget/Microsoft.Windows.CppWinRT.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Copyright (C) Microsoft Corporation. All rights reserved.
</PropertyGroup>

<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
<CanReferenceWinRT>true</CanReferenceWinRT>
<CppWinRTPackage Condition="'$(CppWinRTEnabled)' != 'true'">true</CppWinRTPackage>
<CppWinRTPackage Condition="'$(CppWinRTPackage)' != 'true'">false</CppWinRTPackage>
Expand Down

2 comments on commit 4587264

@kennykerr
Copy link
Collaborator

Choose a reason for hiding this comment

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

@alvinhochun This has been failing consistently for a while - any ideas for suppressing it? https://github.com/microsoft/cppwinrt/actions/runs/4983784200/jobs/8921268457

@alvinhochun
Copy link
Contributor

@alvinhochun alvinhochun commented on 4587264 May 16, 2023

Choose a reason for hiding this comment

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

Oh, that's unfortunate. I guess we will have to disable testing that configuration.

#1305

Please sign in to comment.