From 84d9b32a8c19aa850370b77ee749b2552cbe6315 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Mon, 8 Sep 2025 12:47:08 -0700 Subject: [PATCH 1/3] Make sure .pdb for AspnetcoreCA gets published --- .../CustomAction/aspnetcoreCA.vcxproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj b/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj index 27c6abb3a191..b4892e71823f 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj @@ -93,4 +93,13 @@ + + + + <_BuiltPdbPath Include="$([System.IO.Path]::ChangeExtension($(TargetPath), '.pdb'))" /> + + + + + From c2b966535f235a0713c800432cf8af374fd72087 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Mon, 8 Sep 2025 12:52:00 -0700 Subject: [PATCH 2/3] Update src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj b/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj index b4892e71823f..3cdfc50d98d2 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj @@ -99,7 +99,7 @@ <_BuiltPdbPath Include="$([System.IO.Path]::ChangeExtension($(TargetPath), '.pdb'))" /> - - + + From 7ac49323386958cb49ab050d99b5dae2609404a0 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Mon, 8 Sep 2025 12:59:15 -0700 Subject: [PATCH 3/3] Update PDB file destination path for IISCustomActionDll --- .../AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj b/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj index 3cdfc50d98d2..ec30e8b311ac 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj @@ -100,6 +100,6 @@ - +