Skip to content

Commit 80b739d

Browse files
committed
Fix a typo which caused 64-bit dll to be packaged for 32-bit Windows
1 parent 1665db0 commit 80b739d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LibZipSharp.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<_LibZipSharpNugetVersion>1.0.12</_LibZipSharpNugetVersion>
3+
<_LibZipSharpNugetVersion>1.0.13</_LibZipSharpNugetVersion>
44
</PropertyGroup>
55
</Project>

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ stages:
4242
displayName: "x86 Build"
4343
- task: ArchiveFiles@2
4444
inputs:
45-
rootFolderOrFile: build\Windows\64\lib\Release\zip.dll
45+
rootFolderOrFile: build\Windows\32\lib\Release\zip.dll
4646
includeRootFolder: false
4747
archiveType: 7z
4848
replaceExistingArchive: true

0 commit comments

Comments
 (0)