We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1762f commit 1752f95Copy full SHA for 1752f95
LibZipSharp.props
@@ -1,5 +1,5 @@
1
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<PropertyGroup>
3
- <_LibZipSharpNugetVersion>1.0.19</_LibZipSharpNugetVersion>
+ <_LibZipSharpNugetVersion>1.0.20</_LibZipSharpNugetVersion>
4
</PropertyGroup>
5
</Project>
azure-pipelines.yml
@@ -25,6 +25,7 @@ stages:
25
git submodule update --init --recursive
26
displayName: 'Install Tools'
27
- bash: |
28
+ patch --verbose -d external/libzip -p1 -l < libzip-static.patch
29
patch --verbose -d external/libzip -p1 -l < libzip-changes.patch
30
displayName: 'Apply Patch'
31
0 commit comments