diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a324115..88019e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,7 +156,7 @@ StockMan_TK:IIS01:deploy: - master before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore $env:APP_NAME.sln -Verbosity quiet' + - '& "$env:NUGET_PATH" restore StockManMVC.sln -Verbosity quiet' - *version-fix script: - '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01_TK.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj' @@ -172,7 +172,7 @@ StockManMVC:IIS02:deploy: - master before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore $env:APP_NAME.sln -Verbosity quiet' + - '& "$env:NUGET_PATH" restore StockManMVC.sln -Verbosity quiet' - *version-fix script: - '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj' @@ -188,7 +188,7 @@ StockMan_TK:IIS02:deploy: - master before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore $env:APP_NAME.sln -Verbosity quiet' + - '& "$env:NUGET_PATH" restore StockManMVC.sln -Verbosity quiet' - *version-fix script: - '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02_TK.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj' @@ -204,7 +204,7 @@ StockManMVC:IIS03:deploy: - master before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore $env:APP_NAME.sln -Verbosity quiet' + - '& "$env:NUGET_PATH" restore StockManMVC.sln -Verbosity quiet' - *version-fix script: - '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj' @@ -220,28 +220,12 @@ StockMan_TK:IIS03:deploy: - master before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore $env:APP_NAME.sln -Verbosity quiet' + - '& "$env:NUGET_PATH" restore StockManMVC.sln -Verbosity quiet' - *version-fix script: - '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS03_TK.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj' needs: ["StockManMVC:build"] -# StockManMVC:OVH:release: -# stage: release -# tags: -# - win -# only: -# refs: -# - main -# - master -# before_script: -# - *nuget-fix -# - '& "$env:NUGET_PATH" restore $env:APP_NAME.sln -Verbosity quiet' -# - *version-fix -# script: -# - '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=OVH-PROD.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=steamware /p:Password=viaD@nte16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj' -# needs: ["StockManMVC:build"] - StockManMVC:Test:release: stage: release tags: @@ -254,7 +238,7 @@ StockManMVC:Test:release: - master before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore $env:APP_NAME.sln -Verbosity quiet' + - '& "$env:NUGET_PATH" restore StockManMVC.sln -Verbosity quiet' - *version-fix script: - '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=TK_test.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj' @@ -275,7 +259,7 @@ StockManMVC:Prod:release: - master before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore $env:APP_NAME.sln -Verbosity quiet' + - '& "$env:NUGET_PATH" restore StockManMVC.sln -Verbosity quiet' - *version-fix script: - '& "$env:MSBUILD_PATH" /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=TK_prod.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'