Skip to content

Commit

Permalink
Merge pull request #523 from dotnet/mavasani-patch-1
Browse files Browse the repository at this point in the history
Update Microsoft.NET.Sdk.props
  • Loading branch information
mavasani authored Dec 16, 2016
2 parents 7c3a291 + c5e3046 commit 2c0b198
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Copyright (c) .NET Foundation. All rights reserved.
<Prefer32Bit Condition="'$(Prefer32Bit)'==''">false</Prefer32Bit>
<SignAssembly Condition="'$(SignAssembly)'==''">false</SignAssembly>
<DelaySign Condition="'$(DelaySign)'==''">false</DelaySign>
<GeneratePackageOnBuild Condition="'$(GeneratePackageOnBuild)'==''">false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance Condition="'$(PackageRequireLicenseAcceptance)'==''">false</PackageRequireLicenseAcceptance>
</PropertyGroup>

<!-- Temporary workarounds -->
Expand Down

0 comments on commit 2c0b198

Please sign in to comment.