From ce07015890a2bcbb65fe1bd0773af5b2f421654e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 10 Mar 2022 18:14:50 +0100 Subject: [PATCH] Ridenominazione solution file --- .gitlab-ci.yml | 14 +++++++------- MP.MONO.UI.sln => MP.MONO.ALL.sln | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) rename MP.MONO.UI.sln => MP.MONO.ALL.sln (84%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec1e1bc..00fe1de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ UI:build: - win before_script: - *nuget-fix - - dotnet restore MP.MONO.UI.sln + - dotnet restore MP.MONO.ALL.sln script: - dotnet build MP.MONO.UI/MP.MONO.UI.csproj @@ -36,9 +36,9 @@ SIM:build: - win before_script: - *nuget-fix - - dotnet restore MP.MONO.UI.sln + - dotnet restore MP.MONO.ALL.sln script: - - dotnet build GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj + - dotnet build MP.MONO.SIM/MP.MONO.SIM.csproj # UI:staging: # stage: staging @@ -58,7 +58,7 @@ SIM:build: # - develop # needs: ["SIM:build"] # script: -# - dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj +# - dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.MONO.SIM/MP.MONO.SIM.csproj # UI:deploy: @@ -83,9 +83,9 @@ SIM:build: # needs: ["SIM:build"] # script: # # IIS 02 -# - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj +# - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.MONO.SIM/MP.MONO.SIM.csproj # # IIS DEV -# - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj +# - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.MONO.SIM/MP.MONO.SIM.csproj # UI:release: # stage: release @@ -115,4 +115,4 @@ SIM:build: # paths: # - publish/ # script: -# - dotnet publish -c Release -o ./publish GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj \ No newline at end of file +# - dotnet publish -c Release -o ./publish MP.MONO.SIM/MP.MONO.SIM.csproj \ No newline at end of file diff --git a/MP.MONO.UI.sln b/MP.MONO.ALL.sln similarity index 84% rename from MP.MONO.UI.sln rename to MP.MONO.ALL.sln index a44445e..2206815 100644 --- a/MP.MONO.UI.sln +++ b/MP.MONO.ALL.sln @@ -9,7 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP.MONO.Data", "MP.MONO.Dat EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP.MONO.Core", "MP.MONO.Core\MP.MONO.Core.csproj", "{7DE649D8-511E-4674-A170-7E7AFDE4FD89}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MachineSim", "MachineSim\MachineSim.csproj", "{4C719185-F1C9-4066-8464-183166475CB5}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP.MONO.SIM", "MP.MONO.SIM\MP.MONO.SIM.csproj", "{BFF20F9D-5706-4CF1-BFE3-FB771034070F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -29,10 +29,10 @@ Global {7DE649D8-511E-4674-A170-7E7AFDE4FD89}.Debug|Any CPU.Build.0 = Debug|Any CPU {7DE649D8-511E-4674-A170-7E7AFDE4FD89}.Release|Any CPU.ActiveCfg = Release|Any CPU {7DE649D8-511E-4674-A170-7E7AFDE4FD89}.Release|Any CPU.Build.0 = Release|Any CPU - {4C719185-F1C9-4066-8464-183166475CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4C719185-F1C9-4066-8464-183166475CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4C719185-F1C9-4066-8464-183166475CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4C719185-F1C9-4066-8464-183166475CB5}.Release|Any CPU.Build.0 = Release|Any CPU + {BFF20F9D-5706-4CF1-BFE3-FB771034070F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BFF20F9D-5706-4CF1-BFE3-FB771034070F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BFF20F9D-5706-4CF1-BFE3-FB771034070F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BFF20F9D-5706-4CF1-BFE3-FB771034070F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE