From 40019bf693e1459f4e1a469cf5e6a13b3e5d6d75 Mon Sep 17 00:00:00 2001 From: TekH Date: Fri, 5 Dec 2025 09:37:47 +0100 Subject: [PATCH] Update build package path for dynamic versioning The `` property in `IISProfile.pubxml` was updated to remove the hardcoded `net8` subdirectory. The path now dynamically uses the `$(Version)` variable directly under the `API` directory, improving flexibility and reducing the need for manual updates when versions change. --- 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 8768a62..77f796e 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\net8\$(Version)\Rec.API.zip + P:\Install .Net\0 DD - Smart UP\ReC\API\$(Version)\Rec.API.zip true Rec.API <_TargetId>IISWebDeployPackage