We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a529c39 commit 26fb51fCopy full SHA for 26fb51f
PCbuild/pcbuild.proj
@@ -95,7 +95,8 @@
95
</ItemGroup>
96
97
<Target Name="Build">
98
- <MSBuild Projects="@(FreezeProjects)"
+ <MSBuild Condition="$(Configuration) != 'PGUpdate'"
99
+ Projects="@(FreezeProjects)"
100
Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
101
BuildInParallel="%(BuildInParallel)"
102
StopOnFirstFailure="true"
0 commit comments