From 593ebfce5e9e7d0fc5f581355c469e99bd7c2e7d Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 17 Apr 2026 09:38:10 +0200 Subject: [PATCH] Aggiunta publish profile x repSrv e primo test pubblicazione da VS2026 --- .../PublishProfiles/IIS01.pubxml.user | 13 ++++++++++ .../PublishProfiles/IIS04.pubxml.user | 10 ++++++++ .../Properties/PublishProfiles/IIS01.pubxml | 25 +++++++++++++++++++ .../PublishProfiles/IISProfile.pubxml | 24 ++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 Lux.API/Properties/PublishProfiles/IIS01.pubxml.user create mode 100644 Lux.API/Properties/PublishProfiles/IIS04.pubxml.user create mode 100644 Lux.Report.Server/Properties/PublishProfiles/IIS01.pubxml create mode 100644 Lux.Report.Server/Properties/PublishProfiles/IISProfile.pubxml diff --git a/Lux.API/Properties/PublishProfiles/IIS01.pubxml.user b/Lux.API/Properties/PublishProfiles/IIS01.pubxml.user new file mode 100644 index 00000000..f64e15ad --- /dev/null +++ b/Lux.API/Properties/PublishProfiles/IIS01.pubxml.user @@ -0,0 +1,13 @@ + + + + + + AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAr1gjXRGLwE6k11uCijuw7QAAAAACAAAAAAAQZgAAAAEAACAAAAAu7FCe8N2GfQMiFkFwW1Ptc5kliS17+PswIFBwXElvVQAAAAAOgAAAAAIAACAAAADno7fkp+cLsco4cowbr2FddT65d+JR4fTC9OLxDWOTFyAAAADkmQKpLCyzi2/KfHv8xr0vBY2VJagnX7eVA2mNhZdAhEAAAAAvy3fg5wjnJGtMOo+VPmzDwvBX5Hg4+Y+zAgs0in+zNleHwCvnsPsZ157//yl/45lWAjAKrgWDtqVzp9ay8bq7 + True|2025-11-05T16:17:01.0735082Z||;True|2025-10-06T18:38:24.8512155+02:00||;True|2025-09-23T19:18:05.3243541+02:00||;True|2025-09-23T19:16:11.0701451+02:00||; + + + \ No newline at end of file diff --git a/Lux.API/Properties/PublishProfiles/IIS04.pubxml.user b/Lux.API/Properties/PublishProfiles/IIS04.pubxml.user new file mode 100644 index 00000000..be6f3e96 --- /dev/null +++ b/Lux.API/Properties/PublishProfiles/IIS04.pubxml.user @@ -0,0 +1,10 @@ + + + + + True|2025-09-18T05:42:19.9840096Z||;True|2025-09-18T07:42:05.5198168+02:00||;True|2025-09-17T17:40:07.2071202+02:00||;True|2025-09-16T19:09:04.1083885+02:00||;True|2025-09-16T19:07:04.7735239+02:00||;True|2025-09-16T16:38:58.1508379+02:00||;True|2025-08-08T15:20:57.3539689+02:00||;False|2025-08-08T15:20:25.6076932+02:00||;True|2025-08-08T11:35:30.3867299+02:00||;False|2025-08-08T11:35:19.5343870+02:00||;False|2025-08-08T11:33:53.6212717+02:00||; + + + AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAACcQGm7ZIBUq0jU3WB0HptwAAAAACAAAAAAAQZgAAAAEAACAAAAB6QGG091FIMSXeKP3itAZtzgVbc9sT5oC3ZEKYYsbZAwAAAAAOgAAAAAIAACAAAABPMiEPM77FLrBK73f4gQerHkjyOhuZZngh/KyU5mIeXyAAAABNSRlDn+UBIe5++rC8EKN60EXWofgjgOvr5Hj96uL9gEAAAAASW/4pXz6g8UNXqOqlns3GKBJbOv0ZJa8FzHj0thFsSI43spFYJAJrPSk/6PB3TeG2tj+5qCHYWekV/GPcugpv + + \ No newline at end of file diff --git a/Lux.Report.Server/Properties/PublishProfiles/IIS01.pubxml b/Lux.Report.Server/Properties/PublishProfiles/IIS01.pubxml new file mode 100644 index 00000000..d4d0b5a9 --- /dev/null +++ b/Lux.Report.Server/Properties/PublishProfiles/IIS01.pubxml @@ -0,0 +1,25 @@ + + + + + MSDeploy + true + Release + Any CPU + https://iis01.egalware.com/lux/repman/ + false + dbc3e4d1-f6fd-4c76-926a-2d183da6d644 + false + https://IIS01.egalware.com:8172/MsDeploy.axd + Default Web Site/lux/repman + + true + WMSVC + true + true + jenkins + <_SavePWD>true + <_TargetId>IISWebDeploy + net8.0 + + \ No newline at end of file diff --git a/Lux.Report.Server/Properties/PublishProfiles/IISProfile.pubxml b/Lux.Report.Server/Properties/PublishProfiles/IISProfile.pubxml new file mode 100644 index 00000000..0217e8fb --- /dev/null +++ b/Lux.Report.Server/Properties/PublishProfiles/IISProfile.pubxml @@ -0,0 +1,24 @@ + + + + + MSDeploy + true + Release + Any CPU + Default Web Site/lux/repsrv + false + df87904a-12bf-4341-8be9-ae9679d5ed0c + false + https://iis01.egalware.com:8172/MsDeploy.axd + https://iis01.egalware.com:/lux/repsrv + + true + WMSVC + true + true + jenkins + <_SavePWD>true + <_TargetId>IISWebDeploy + + \ No newline at end of file