From 673e4408f9e2888eb6b25e75edf65e4d0ae5c4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=A4mmermann?= Date: Sat, 22 Jun 2024 19:41:45 +0200 Subject: [PATCH] Re-enable 32bit publishing, keep AOT for 64bit Re-enable 32bit Windows publishing needed for signing Office macros (OfficeSIPs are only available as 32bit). PublishAOT still available for 64-bit Windows publishing via build-condition. --- src/AzureSign.Core/AzureSign.Core.csproj | 2 +- src/AzureSignTool/AzureSignTool.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AzureSign.Core/AzureSign.Core.csproj b/src/AzureSign.Core/AzureSign.Core.csproj index 3e8cc28..7147a79 100644 --- a/src/AzureSign.Core/AzureSign.Core.csproj +++ b/src/AzureSign.Core/AzureSign.Core.csproj @@ -4,7 +4,7 @@ netstandard2.0;net8.0 Authenticode signing library. true - win-x64;win-arm64 + win-x64;win-arm64;win-x86 true v enable diff --git a/src/AzureSignTool/AzureSignTool.csproj b/src/AzureSignTool/AzureSignTool.csproj index f77d8a9..7a9c6a6 100644 --- a/src/AzureSignTool/AzureSignTool.csproj +++ b/src/AzureSignTool/AzureSignTool.csproj @@ -6,10 +6,10 @@ true azuresigntool Azure Sign Tool is similar to signtool in the Windows SDK, with the major difference being that it uses Azure Key Vault for performing the signing process. The usage is like signtool, except with a limited set of options for signing and options for authenticating to Azure Key Vault. - win-x64;win-arm64 + win-x64;win-arm64;win-x86 v true - true + true false false Size