Skip to content

Commit

Permalink
Merge pull request #813 from RaulPerez1/MoreDefaultValues
Browse files Browse the repository at this point in the history
Add default values for boolean properties consumed on the advanced build property page
  • Loading branch information
srivatsn authored Feb 5, 2017
2 parents 26bc7fb + 7155c73 commit 0cb29b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Copyright (c) .NET Foundation. All rights reserved.
<DelaySign Condition="'$(DelaySign)'==''">false</DelaySign>
<GeneratePackageOnBuild Condition="'$(GeneratePackageOnBuild)'==''">false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance Condition="'$(PackageRequireLicenseAcceptance)'==''">false</PackageRequireLicenseAcceptance>
<DebugSymbols Condition="'$(DebugSymbols)'==''">false</DebugSymbols>
<CheckForOverflowUnderflow Condition="'$(CheckForOverflowUnderflow)'==''">false</CheckForOverflowUnderflow>
</PropertyGroup>

<!-- Default item includes (globs and implicit references) -->
Expand Down

0 comments on commit 0cb29b7

Please sign in to comment.