From c96cbbc8d33693ee9262af81cb23cbae30e5a3f7 Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 21 Jul 2026 14:44:21 +0200 Subject: [PATCH] ee Add IIS publish profile for Web Deploy packaging Added `IISProfile.pubxml` to configure publishing via Web Deploy. Set the publish method to `Package` and specified build settings (`Release`, `Any CPU`). Configured the output package location, enabled single-file packaging, and set the IIS app path to `DocumentOperator.API`. Target framework updated to .NET 8.0. --- .../PublishProfiles/IISProfile.pubxml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 DocumentOperator.API/Properties/PublishProfiles/IISProfile.pubxml diff --git a/DocumentOperator.API/Properties/PublishProfiles/IISProfile.pubxml b/DocumentOperator.API/Properties/PublishProfiles/IISProfile.pubxml new file mode 100644 index 0000000..e09c785 --- /dev/null +++ b/DocumentOperator.API/Properties/PublishProfiles/IISProfile.pubxml @@ -0,0 +1,18 @@ + + + + + Package + Release + Any CPU + + true + false + c60bc965-d293-ea64-b153-1941f0648df4 + M:\App&Service\0 DD - Smart UP\DocumentOperator\PreRelease\API\net8\$(Version)\DocumentOperator.API.zip + true + DocumentOperator.API + <_TargetId>IISWebDeployPackage + net8.0 + + \ No newline at end of file