From 80b739da492bc3b60091997602d9f5c4e175ccfd Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Wed, 20 May 2020 08:50:34 +0200 Subject: [PATCH] Fix a typo which caused 64-bit dll to be packaged for 32-bit Windows --- LibZipSharp.props | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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