From de5e051ec1cc38a3a6564eded38ff64ea4239be9 Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 4 Aug 2026 15:56:51 +0200 Subject: [PATCH] Update build package path to use Release folder The `` property in `IISProfile.pubxml` was updated to change the build package location from the `PreRelease` folder to the `Release` folder. This ensures that the build output is now directed to the appropriate release directory. --- 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 070fa5f..7f21b7c 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 - M:\App&Service\0 DD - Smart UP\ReC\PreRelease\API\$(Version)\Rec.API.zip + M:\App&Service\0 DD - Smart UP\ReC\Release\API\$(Version)\Rec.API.zip true Rec.API <_TargetId>IISWebDeployPackage