We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1665db0 commit 80b739dCopy full SHA for 80b739d
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.12</_LibZipSharpNugetVersion>
+ <_LibZipSharpNugetVersion>1.0.13</_LibZipSharpNugetVersion>
4
</PropertyGroup>
5
</Project>
azure-pipelines.yml
@@ -42,7 +42,7 @@ stages:
42
displayName: "x86 Build"
43
- task: ArchiveFiles@2
44
inputs:
45
- rootFolderOrFile: build\Windows\64\lib\Release\zip.dll
+ rootFolderOrFile: build\Windows\32\lib\Release\zip.dll
46
includeRootFolder: false
47
archiveType: 7z
48
replaceExistingArchive: true
0 commit comments