From a76afbf72ae465cce73f0a4f02139026e8fef3e4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:48:44 +0000 Subject: [PATCH 1/2] Initial plan From f6d2cd6ca0d119ed2f364541f39a1c20fc156d08 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:51:20 +0000 Subject: [PATCH 2/2] Fix multi-target package build Co-authored-by: HenkKin <8037384+HenkKin@users.noreply.github.com> --- Build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.ps1 b/Build.ps1 index bf8e606..efd0d4a 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -28,4 +28,4 @@ if(Test-Path $artifacts) { Remove-Item $artifacts -Force -Recurse } exec { & dotnet test -c Release -r $artifacts -l trx --verbosity=normal } -exec { & dotnet pack .\src\AutoMapper.Extensions.EnumMapping\AutoMapper.Extensions.EnumMapping.csproj -c Release -o $artifacts --no-build } +exec { & dotnet pack .\src\AutoMapper.Extensions.EnumMapping\AutoMapper.Extensions.EnumMapping.csproj -c Release -o $artifacts }