diff --git a/LibZipSharp.props b/LibZipSharp.props index e4f0aec4..c003b5a0 100644 --- a/LibZipSharp.props +++ b/LibZipSharp.props @@ -1,5 +1,5 @@ - <_LibZipSharpNugetVersion>1.0.12 + <_LibZipSharpNugetVersion>1.0.13 \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab9201a5..0a89360d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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