From 2336b66ca57ffbf6efd241c5d12048b9bc7ef65e Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Fri, 7 Aug 2020 15:05:31 +0100 Subject: [PATCH] Statically Linux libzip.so --- LibZipSharp.props | 2 +- azure-pipelines.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LibZipSharp.props b/LibZipSharp.props index 5e6deacd..37576dd6 100644 --- a/LibZipSharp.props +++ b/LibZipSharp.props @@ -1,5 +1,5 @@ - <_LibZipSharpNugetVersion>1.0.19 + <_LibZipSharpNugetVersion>1.0.20 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3fa6cec1..423f1952 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,6 +25,7 @@ stages: git submodule update --init --recursive displayName: 'Install Tools' - bash: | + patch --verbose -d external/libzip -p1 -l < libzip-static.patch patch --verbose -d external/libzip -p1 -l < libzip-changes.patch displayName: 'Apply Patch' - bash: |