From c20162e051b17560cac81d3a9a098db7dca48534 Mon Sep 17 00:00:00 2001 From: TekH Date: Thu, 16 Apr 2026 10:53:30 +0200 Subject: [PATCH] Update build package output path to M: drive Changed DesktopBuildPackageLocation in IISProfile.pubxml to output the build package to the M:\App&Service directory instead of the P: drive. This ensures published packages are stored in the new target location. --- src/ReC.API/Properties/PublishProfiles/IISProfile.pubxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReC.API/Properties/PublishProfiles/IISProfile.pubxml b/src/ReC.API/Properties/PublishProfiles/IISProfile.pubxml index 77f796e..a921348 100644 --- a/src/ReC.API/Properties/PublishProfiles/IISProfile.pubxml +++ b/src/ReC.API/Properties/PublishProfiles/IISProfile.pubxml @@ -9,7 +9,7 @@ true false 420218ad-3c27-4003-9a84-36c92352f175 - P:\Install .Net\0 DD - Smart UP\ReC\API\$(Version)\Rec.API.zip + M:\App&Service\0 DD - Smart UP\ReC\API\$(Version)\Rec.API.zip true Rec.API <_TargetId>IISWebDeployPackage