From 54be1df5bc069e69bc7c0087bf074bc7cd08c6dd Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 18 Dec 2023 11:36:18 +0100 Subject: [PATCH] Rename progetto TAB-SERV --> TAB3 + fix deploy --- .../Properties/PublishProfiles/IIS01.pubxml | 26 +++++++++++++++++++ .../PublishProfiles/IISProfile.pubxml | 20 ++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 MP-TAB3/Properties/PublishProfiles/IIS01.pubxml create mode 100644 MP-TAB3/Properties/PublishProfiles/IISProfile.pubxml diff --git a/MP-TAB3/Properties/PublishProfiles/IIS01.pubxml b/MP-TAB3/Properties/PublishProfiles/IIS01.pubxml new file mode 100644 index 00000000..ed89c11d --- /dev/null +++ b/MP-TAB3/Properties/PublishProfiles/IIS01.pubxml @@ -0,0 +1,26 @@ + + + + + MSDeploy + true + Release + Any CPU + https://iis01.egalware.com/MP/TAB3 + false + e7a7c262-7807-4503-949d-5a6fe3df4400 + false + https://iis01.egalware.com:8172/MsDeploy.axd + Default Web Site/MP/TAB3 + + true + WMSVC + true + true + jenkins + <_SavePWD>true + <_TargetId>IISWebDeploy + + \ No newline at end of file diff --git a/MP-TAB3/Properties/PublishProfiles/IISProfile.pubxml b/MP-TAB3/Properties/PublishProfiles/IISProfile.pubxml new file mode 100644 index 00000000..1e9feb4c --- /dev/null +++ b/MP-TAB3/Properties/PublishProfiles/IISProfile.pubxml @@ -0,0 +1,20 @@ + + + + + Package + Release + Any CPU + + True + False + e7a7c262-7807-4503-949d-5a6fe3df4400 + bin\publish\MP.TAB3.zip + true + Default Web Site/MP/TAB3 + net6.0 + false + + \ No newline at end of file