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: |