Thanks to visit codestin.com Credit goes to github.com
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 78e09a4 commit 3a555f0Copy full SHA for 3a555f0
1 file changed
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