From 475e1a46cb0fc87b8026dccd45777db2a4e62616 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 23 Dec 2022 15:21:18 +0100 Subject: [PATCH] Aggiunta profili pubblicazione --- IobConf.UI/.config/dotnet-tools.json | 5 ++++ IobConf.UI/IobConf.UI.csproj | 6 +++++ .../Properties/PublishProfiles/IIS01.pubxml | 27 +++++++++++++++++++ .../Properties/PublishProfiles/IIS02.pubxml | 27 +++++++++++++++++++ .../Properties/PublishProfiles/IIS03.pubxml | 27 +++++++++++++++++++ .../PublishProfiles/IISProfile.pubxml | 19 +++++++++++++ 6 files changed, 111 insertions(+) create mode 100644 IobConf.UI/.config/dotnet-tools.json create mode 100644 IobConf.UI/Properties/PublishProfiles/IIS01.pubxml create mode 100644 IobConf.UI/Properties/PublishProfiles/IIS02.pubxml create mode 100644 IobConf.UI/Properties/PublishProfiles/IIS03.pubxml create mode 100644 IobConf.UI/Properties/PublishProfiles/IISProfile.pubxml diff --git a/IobConf.UI/.config/dotnet-tools.json b/IobConf.UI/.config/dotnet-tools.json new file mode 100644 index 00000000..b0e38abd --- /dev/null +++ b/IobConf.UI/.config/dotnet-tools.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "isRoot": true, + "tools": {} +} \ No newline at end of file diff --git a/IobConf.UI/IobConf.UI.csproj b/IobConf.UI/IobConf.UI.csproj index f1d084c0..9e8176b4 100644 --- a/IobConf.UI/IobConf.UI.csproj +++ b/IobConf.UI/IobConf.UI.csproj @@ -6,6 +6,12 @@ enable + + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" /> + + diff --git a/IobConf.UI/Properties/PublishProfiles/IIS01.pubxml b/IobConf.UI/Properties/PublishProfiles/IIS01.pubxml new file mode 100644 index 00000000..c036a250 --- /dev/null +++ b/IobConf.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/IobConf.UI/Properties/PublishProfiles/IIS02.pubxml b/IobConf.UI/Properties/PublishProfiles/IIS02.pubxml new file mode 100644 index 00000000..5639ba63 --- /dev/null +++ b/IobConf.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/IobConf.UI/Properties/PublishProfiles/IIS03.pubxml b/IobConf.UI/Properties/PublishProfiles/IIS03.pubxml new file mode 100644 index 00000000..4b0aa4d5 --- /dev/null +++ b/IobConf.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/IobConf.UI/Properties/PublishProfiles/IISProfile.pubxml b/IobConf.UI/Properties/PublishProfiles/IISProfile.pubxml new file mode 100644 index 00000000..9d7fb2c0 --- /dev/null +++ b/IobConf.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