From 4b9e577d41b0e45495837df85bc7d48413d3840d Mon Sep 17 00:00:00 2001 From: TekH Date: Fri, 5 Dec 2025 09:35:45 +0100 Subject: [PATCH] Add IIS publish profile configuration Added an XML declaration and structured the IIS publish profile with a `` root element and a `` containing key properties for web publishing. Configured the publish method as `Package`, set the build configuration to `Release`, and specified the IIS deployment path. Included settings for packaging as a single file and defined the build package location with a version placeholder. --- .../PublishProfiles/IISProfile.pubxml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/ReC.API/Properties/PublishProfiles/IISProfile.pubxml diff --git a/src/ReC.API/Properties/PublishProfiles/IISProfile.pubxml b/src/ReC.API/Properties/PublishProfiles/IISProfile.pubxml new file mode 100644 index 0000000..8768a62 --- /dev/null +++ b/src/ReC.API/Properties/PublishProfiles/IISProfile.pubxml @@ -0,0 +1,17 @@ + + + + + Package + Release + Any CPU + + true + false + 420218ad-3c27-4003-9a84-36c92352f175 + P:\Install .Net\0 DD - Smart UP\ReC\API\net8\$(Version)\Rec.API.zip + true + Rec.API + <_TargetId>IISWebDeployPackage + + \ No newline at end of file