From dbebbf9cc75c8f6585185f5fe71183af8e7a9bea Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 4 May 2023 12:55:45 +0200 Subject: [PATCH] Fix IIS deploy --- .../Properties/PublishProfiles/IIS01.pubxml | 27 +++++++++++++++++++ .../Properties/PublishProfiles/IIS02.pubxml | 27 +++++++++++++++++++ .../Properties/PublishProfiles/IIS03.pubxml | 27 +++++++++++++++++++ .../PublishProfiles/IISProfile.pubxml | 19 +++++++++++++ MapoDataFiller.sln | 25 +++++++++++++++++ 5 files changed, 125 insertions(+) create mode 100644 ConfMan.IOB.UI/Properties/PublishProfiles/IIS01.pubxml create mode 100644 ConfMan.IOB.UI/Properties/PublishProfiles/IIS02.pubxml create mode 100644 ConfMan.IOB.UI/Properties/PublishProfiles/IIS03.pubxml create mode 100644 ConfMan.IOB.UI/Properties/PublishProfiles/IISProfile.pubxml create mode 100644 MapoDataFiller.sln diff --git a/ConfMan.IOB.UI/Properties/PublishProfiles/IIS01.pubxml b/ConfMan.IOB.UI/Properties/PublishProfiles/IIS01.pubxml new file mode 100644 index 0000000..c036a25 --- /dev/null +++ b/ConfMan.IOB.UI/Properties/PublishProfiles/IIS01.pubxml @@ -0,0 +1,27 @@ + + + + + MSDeploy + true + Release + Any CPU + https://iis01.egalware.com/MP/CONF + false + c2109e71-4eae-4167-9052-175123ccc2bc + false + https://iis01.egalware.com:8172/MsDeploy.axd + Default Web Site/MP/CONF + + false + WMSVC + true + true + jenkins + <_SavePWD>true + <_TargetId>IISWebDeploy + net6.0 + + \ No newline at end of file diff --git a/ConfMan.IOB.UI/Properties/PublishProfiles/IIS02.pubxml b/ConfMan.IOB.UI/Properties/PublishProfiles/IIS02.pubxml new file mode 100644 index 0000000..5639ba6 --- /dev/null +++ b/ConfMan.IOB.UI/Properties/PublishProfiles/IIS02.pubxml @@ -0,0 +1,27 @@ + + + + + MSDeploy + true + Release + Any CPU + https://iis02.egalware.com/MP/CONF + false + c2109e71-4eae-4167-9052-175123ccc2bc + false + https://iis02.egalware.com:8172/MsDeploy.axd + Default Web Site/MP/CONF + + false + WMSVC + true + true + jenkins + <_SavePWD>true + <_TargetId>IISWebDeploy + net6.0 + + \ No newline at end of file diff --git a/ConfMan.IOB.UI/Properties/PublishProfiles/IIS03.pubxml b/ConfMan.IOB.UI/Properties/PublishProfiles/IIS03.pubxml new file mode 100644 index 0000000..4b0aa4d --- /dev/null +++ b/ConfMan.IOB.UI/Properties/PublishProfiles/IIS03.pubxml @@ -0,0 +1,27 @@ + + + + + MSDeploy + true + Release + Any CPU + https://iis03.egalware.com/MP/CONF + false + c2109e71-4eae-4167-9052-175123ccc2bc + false + https://iis03.egalware.com:8172/MsDeploy.axd + Default Web Site/MP/CONF + + false + WMSVC + true + true + jenkins + <_SavePWD>true + <_TargetId>IISWebDeploy + net6.0 + + \ No newline at end of file diff --git a/ConfMan.IOB.UI/Properties/PublishProfiles/IISProfile.pubxml b/ConfMan.IOB.UI/Properties/PublishProfiles/IISProfile.pubxml new file mode 100644 index 0000000..9d7fb2c --- /dev/null +++ b/ConfMan.IOB.UI/Properties/PublishProfiles/IISProfile.pubxml @@ -0,0 +1,19 @@ + + + + + Package + Release + Any CPU + + true + false + c2109e71-4eae-4167-9052-175123ccc2bc + bin\publish\MP.CONF.zip + true + Default Web Site/MP/CONF + <_TargetId>IISWebDeployPackage + + \ No newline at end of file diff --git a/MapoDataFiller.sln b/MapoDataFiller.sln new file mode 100644 index 0000000..b31717e --- /dev/null +++ b/MapoDataFiller.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33530.505 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapoDataFiller", "MapoDataFiller\MapoDataFiller.csproj", "{28FCC5FB-4A82-4251-A547-C233BAF1FB5A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {28FCC5FB-4A82-4251-A547-C233BAF1FB5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {28FCC5FB-4A82-4251-A547-C233BAF1FB5A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {28FCC5FB-4A82-4251-A547-C233BAF1FB5A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {28FCC5FB-4A82-4251-A547-C233BAF1FB5A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A1A70B19-B422-435B-9391-86897FA78BC8} + EndGlobalSection +EndGlobal