|
|
@@ -21,7 +21,7 @@
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)payment.snk</AssemblyOriginatorKeyFile>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
- <PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
|
+ <PropertyGroup Condition="'$(Configuration)' == 'Release' AND '$(IsPackable)' != 'false'">
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
</PropertyGroup>
|