From 2df248aabcfda20429e51142f7c1534acd132e0d Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 10 Nov 2017 15:47:27 +0100 Subject: [PATCH] Aggiunte trasformazioni x ramo Jetco (NEW!!!) --- Jenkinsfile | 24 --------------- MP-Admin/MP-Admin.csproj | 3 ++ MP-Admin/Web.Donati.config | 25 ---------------- MP-Admin/Web.Jetco.config | 17 +++++++++++ MP-IO/MP-IO.csproj | 3 ++ MP-IO/Web.Donati.config | 25 ---------------- MP-IO/Web.Jetco.config | 23 +++++++++++++++ MP-MON/MP-MON.csproj | 3 ++ MP-MON/Web.Donati.config | 3 -- MP-MON/Web.Jetco.config | 17 +++++++++++ MP-Site/MP-Site.csproj | 12 ++------ MP-Site/Web.Donati.config | 3 -- MP-Site/Web.Jetco.config | 22 ++++++++++++++ MP-Site/Web.MoonProDemo-OVH.config | 47 ------------------------------ MP-Site/Web.Steamware.config | 32 -------------------- MP-Site/Web.Valgasket.config | 32 -------------------- MP-Tablet/MP-Tablet.csproj | 3 ++ MP-Tablet/Web.Donati.config | 25 ---------------- MP-Tablet/Web.Jetco.config | 28 ++++++++++++++++++ MP/MP.csproj | 3 ++ MP/Web.Donati.config | 12 +------- MP/Web.Jetco.config | 19 ++++++++++++ 22 files changed, 145 insertions(+), 236 deletions(-) create mode 100644 MP-Admin/Web.Jetco.config create mode 100644 MP-IO/Web.Jetco.config create mode 100644 MP-MON/Web.Jetco.config create mode 100644 MP-Site/Web.Jetco.config delete mode 100644 MP-Site/Web.MoonProDemo-OVH.config delete mode 100644 MP-Site/Web.Steamware.config delete mode 100644 MP-Site/Web.Valgasket.config create mode 100644 MP-Tablet/Web.Jetco.config create mode 100644 MP/Web.Jetco.config diff --git a/Jenkinsfile b/Jenkinsfile index 5d89f62b..030a08ed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -133,30 +133,6 @@ pipeline { } if (env.BRANCH_NAME == "OVH-DEMO") { parallel ( - // LANDING: { - // sleep 5 - // bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP/MP.csproj" - // }, - // ADMIN: { - // sleep 0 - // bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-Admin/MP-Admin.csproj" - // }, - // IO: { - // sleep 4 - // bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-IO/MP-IO.csproj" - // }, - // MON: { - // sleep 3 - // bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-MON/MP-MON.csproj" - // }, - // SITE: { - // sleep 1 - // bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-Site/MP-Site.csproj" - // }, - // TABLET: { - // sleep 2 - // bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-Tablet/MP-Tablet.csproj" - // }, failFast: false) } else { diff --git a/MP-Admin/MP-Admin.csproj b/MP-Admin/MP-Admin.csproj index e3778f8f..0c04b619 100644 --- a/MP-Admin/MP-Admin.csproj +++ b/MP-Admin/MP-Admin.csproj @@ -726,6 +726,9 @@ Web.config + + Web.config + Web.config diff --git a/MP-Admin/Web.Donati.config b/MP-Admin/Web.Donati.config index 6e391cdd..bad93da9 100644 --- a/MP-Admin/Web.Donati.config +++ b/MP-Admin/Web.Donati.config @@ -1,19 +1,5 @@  - - - - @@ -27,16 +13,5 @@ - \ No newline at end of file diff --git a/MP-Admin/Web.Jetco.config b/MP-Admin/Web.Jetco.config new file mode 100644 index 00000000..1997ccc5 --- /dev/null +++ b/MP-Admin/Web.Jetco.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MP-IO/MP-IO.csproj b/MP-IO/MP-IO.csproj index 8d91ce90..5010c3a6 100644 --- a/MP-IO/MP-IO.csproj +++ b/MP-IO/MP-IO.csproj @@ -247,6 +247,9 @@ Web.config + + Web.config + Web.config diff --git a/MP-IO/Web.Donati.config b/MP-IO/Web.Donati.config index 242fa07b..6e491efd 100644 --- a/MP-IO/Web.Donati.config +++ b/MP-IO/Web.Donati.config @@ -1,19 +1,5 @@ - - - - @@ -33,16 +19,5 @@ - \ No newline at end of file diff --git a/MP-IO/Web.Jetco.config b/MP-IO/Web.Jetco.config new file mode 100644 index 00000000..4ba1577f --- /dev/null +++ b/MP-IO/Web.Jetco.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MP-MON/MP-MON.csproj b/MP-MON/MP-MON.csproj index c20e1d20..b79af940 100644 --- a/MP-MON/MP-MON.csproj +++ b/MP-MON/MP-MON.csproj @@ -368,6 +368,9 @@ Web.config + + Web.config + Web.config diff --git a/MP-MON/Web.Donati.config b/MP-MON/Web.Donati.config index 3b0b1f1d..f2ab9317 100644 --- a/MP-MON/Web.Donati.config +++ b/MP-MON/Web.Donati.config @@ -1,7 +1,4 @@ - - - diff --git a/MP-MON/Web.Jetco.config b/MP-MON/Web.Jetco.config new file mode 100644 index 00000000..901f3f05 --- /dev/null +++ b/MP-MON/Web.Jetco.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MP-Site/MP-Site.csproj b/MP-Site/MP-Site.csproj index 88020baa..6c3d1928 100644 --- a/MP-Site/MP-Site.csproj +++ b/MP-Site/MP-Site.csproj @@ -670,15 +670,12 @@ Web.config + + Web.config + Web.config - - Web.config - - - Web.config - @@ -789,9 +786,6 @@ Web.config - - Web.config - diff --git a/MP-Site/Web.Donati.config b/MP-Site/Web.Donati.config index 3e8fcf65..5c747a37 100644 --- a/MP-Site/Web.Donati.config +++ b/MP-Site/Web.Donati.config @@ -1,7 +1,4 @@  - - - diff --git a/MP-Site/Web.Jetco.config b/MP-Site/Web.Jetco.config new file mode 100644 index 00000000..bfd6c8c0 --- /dev/null +++ b/MP-Site/Web.Jetco.config @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MP-Site/Web.MoonProDemo-OVH.config b/MP-Site/Web.MoonProDemo-OVH.config deleted file mode 100644 index 37b8c6e0..00000000 --- a/MP-Site/Web.MoonProDemo-OVH.config +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MP-Site/Web.Steamware.config b/MP-Site/Web.Steamware.config deleted file mode 100644 index 40150c72..00000000 --- a/MP-Site/Web.Steamware.config +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/MP-Site/Web.Valgasket.config b/MP-Site/Web.Valgasket.config deleted file mode 100644 index 40150c72..00000000 --- a/MP-Site/Web.Valgasket.config +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/MP-Tablet/MP-Tablet.csproj b/MP-Tablet/MP-Tablet.csproj index a8555ae1..10a67493 100644 --- a/MP-Tablet/MP-Tablet.csproj +++ b/MP-Tablet/MP-Tablet.csproj @@ -477,6 +477,9 @@ Web.config + + Web.config + Web.config diff --git a/MP-Tablet/Web.Donati.config b/MP-Tablet/Web.Donati.config index 365e495f..fdd33a50 100644 --- a/MP-Tablet/Web.Donati.config +++ b/MP-Tablet/Web.Donati.config @@ -1,19 +1,5 @@  - - - - @@ -35,16 +21,5 @@ - \ No newline at end of file diff --git a/MP-Tablet/Web.Jetco.config b/MP-Tablet/Web.Jetco.config new file mode 100644 index 00000000..09e7a2e7 --- /dev/null +++ b/MP-Tablet/Web.Jetco.config @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MP/MP.csproj b/MP/MP.csproj index fada8486..43ed44ea 100644 --- a/MP/MP.csproj +++ b/MP/MP.csproj @@ -276,6 +276,9 @@ Web.config + + Web.config + Web.config diff --git a/MP/Web.Donati.config b/MP/Web.Donati.config index e671c591..dd59c397 100644 --- a/MP/Web.Donati.config +++ b/MP/Web.Donati.config @@ -2,6 +2,7 @@ + @@ -14,16 +15,5 @@ - \ No newline at end of file diff --git a/MP/Web.Jetco.config b/MP/Web.Jetco.config new file mode 100644 index 00000000..d10723da --- /dev/null +++ b/MP/Web.Jetco.config @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file