Skip to content

Commit

Permalink
Fix a typo which caused 64-bit dll to be packaged for 32-bit Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed May 20, 2020
1 parent 1665db0 commit 80b739d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LibZipSharp.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LibZipSharpNugetVersion>1.0.12</_LibZipSharpNugetVersion>
<_LibZipSharpNugetVersion>1.0.13</_LibZipSharpNugetVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stages:
displayName: "x86 Build"
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: build\Windows\64\lib\Release\zip.dll
rootFolderOrFile: build\Windows\32\lib\Release\zip.dll
includeRootFolder: false
archiveType: 7z
replaceExistingArchive: true
Expand Down

0 comments on commit 80b739d

Please sign in to comment.