gh-130419: Do not build the _freeze_module project twice in Windows PGO builds (GH-130420)

This commit is contained in:
Chris Eibl 2025-02-24 22:35:00 +01:00 committed by GitHub
parent 78e09a488d
commit 3a555f09f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,8 @@
</ItemGroup>
<Target Name="Build">
<MSBuild Projects="@(FreezeProjects)"
<MSBuild Condition="$(Configuration) != 'PGUpdate'"
Projects="@(FreezeProjects)"
Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
BuildInParallel="%(BuildInParallel)"
StopOnFirstFailure="true"