From b67241efbcf0ea377213e146e85b9cf108f44e5a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 3 Mar 2023 18:38:19 +0100 Subject: [PATCH] Fix BCode / Home 7 SMART (old) --- .../PublishProfiles/IIS-PROD.pubxml | 47 +++++++++++++++++++ .../PublishProfiles/IIS-PROD.pubxml | 47 +++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 GPW_Barcode/Properties/PublishProfiles/IIS-PROD.pubxml create mode 100644 GPW_Smart/Properties/PublishProfiles/IIS-PROD.pubxml diff --git a/GPW_Barcode/Properties/PublishProfiles/IIS-PROD.pubxml b/GPW_Barcode/Properties/PublishProfiles/IIS-PROD.pubxml new file mode 100644 index 0000000..a942b6a --- /dev/null +++ b/GPW_Barcode/Properties/PublishProfiles/IIS-PROD.pubxml @@ -0,0 +1,47 @@ + + + + + MSDeploy + + https://iis03.egalware.com:8172/MsDeploy.axd + Default Web Site/GPW/BCODE + + False + WMSVC + jenkins + <_SavePWD>True + + + + + + + + + + + + + + + Release + Any CPU + True + False + True + False + True + True + False + DonotMerge + + + + False + + + \ No newline at end of file diff --git a/GPW_Smart/Properties/PublishProfiles/IIS-PROD.pubxml b/GPW_Smart/Properties/PublishProfiles/IIS-PROD.pubxml new file mode 100644 index 0000000..4ac1860 --- /dev/null +++ b/GPW_Smart/Properties/PublishProfiles/IIS-PROD.pubxml @@ -0,0 +1,47 @@ + + + + + MSDeploy + + https://iis03.egalware.com:8172/MsDeploy.axd + Default Web Site/GPW/SMART + + False + WMSVC + jenkins + <_SavePWD>True + + + + + + + + + + + + + + + Release + Any CPU + True + False + True + False + True + True + False + DonotMerge + + + + False + + + \ No newline at end of file