Add option to skip LZMA build

This commit is contained in:
Nick Guerrera 2017-04-27 22:28:32 -07:00
parent afd1d8ed66
commit 77ab1c5857

View file

@ -148,6 +148,7 @@
</Target>
<Target Name="PublishLzmaArchive"
Condition="'$(CLIBUILD_SKIP_LZMA)' != 'true'"
DependsOnTargets="GetNuGetPackagesArchive"
AfterTargets="Publish">
</Target>