Skip to content

Commit d321af1

Browse files
authoredMay 20, 2020
Merge pull request #57 from xamarin/fix-win32-packaging
Fix a typo which caused 64-bit dll to be packaged for 32-bit Windows
2 parents 1665db0 + 80b739d commit d321af1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎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>

Diff for: ‎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)
Please sign in to comment.