From b0cd7dc9586ce3309c8795b195d23ce8cef31a10 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Mon, 21 Sep 2026 13:26:44 -0700 Subject: [PATCH] Keep portable PIA outputs RID-independent PR #1610 added MakePIAPortable as a transitive project dependency. Runtime-specific OpenDebugAD7 publishes therefore propagated their RID to the portable PIA projects, relocating their outputs beneath RID subdirectories. Keep these build-only, RID-independent outputs at their established locations so MicroBuild signing accepts PIA\drop and the portable PIA tool remains discoverable. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/MakePIAPortable/MakePIAPortable.csproj | 1 + src/tools/MakePIAPortableTool/MakePIAPortableTool.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/MakePIAPortable/MakePIAPortable.csproj b/src/MakePIAPortable/MakePIAPortable.csproj index da719912c..74b184143 100644 --- a/src/MakePIAPortable/MakePIAPortable.csproj +++ b/src/MakePIAPortable/MakePIAPortable.csproj @@ -12,6 +12,7 @@ Exe $(MIDefaultOutputPath)PIA\drop\ $(MIDefaultOutputPath)PIA\ + false diff --git a/src/tools/MakePIAPortableTool/MakePIAPortableTool.csproj b/src/tools/MakePIAPortableTool/MakePIAPortableTool.csproj index 361b81a1b..b3a68ce20 100644 --- a/src/tools/MakePIAPortableTool/MakePIAPortableTool.csproj +++ b/src/tools/MakePIAPortableTool/MakePIAPortableTool.csproj @@ -8,6 +8,7 @@ $(MIDefaultOutputPath)tools false + false