From ddb2f3aa1d0e32ecc821c770a881cfa5f2c415a7 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 1 Apr 2021 11:39:28 +0200 Subject: [PATCH] typo nuget verbosity --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72f59e1..204784a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ AC:build: stage: build before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore GPW.sln -verbosity:quiet ' # path alla solution corrente + - '& "$env:NUGET_PATH" restore GPW.sln /v:quiet ' # path alla solution corrente - *version-fix script: - '& "$env:MSBUILD_PATH" GPW_Admin/GPW_Admin.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m' @@ -74,7 +74,7 @@ BHS:build: stage: build before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore GPW.sln -verbosity:quiet ' + - '& "$env:NUGET_PATH" restore GPW.sln /v:quiet ' - *version-fix script: - '& "$env:MSBUILD_PATH" GPW_Barcode/GPW_Barcode.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity:minimal /m' @@ -107,7 +107,7 @@ AC:deploy: # - tags # the build process will only be started by git tag commits before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore GPW.sln -verbosity:quiet ' + - '& "$env:NUGET_PATH" restore GPW.sln /v:quiet ' - *version-fix script: - '& "$env:MSBUILD_PATH" /p:m=8 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal GPW_Admin/GPW_Admin.csproj' @@ -128,7 +128,7 @@ BHS:deploy: stage: deploy before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore GPW.sln -verbosity:quiet ' + - '& "$env:NUGET_PATH" restore GPW.sln /v:quiet ' - *version-fix script: - '& "$env:MSBUILD_PATH" /p:m=8 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal GPW_Barcode/GPW_Barcode.csproj' @@ -144,7 +144,7 @@ AC:install: # - tags # the build process will only be started by git tag commits before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore GPW.sln -verbosity:quiet ' + - '& "$env:NUGET_PATH" restore GPW.sln /v:quiet ' - *version-fix script: # ----ADMIN ---- @@ -172,7 +172,7 @@ BHS:install: stage: installer before_script: - *nuget-fix - - '& "$env:NUGET_PATH" restore GPW.sln -verbosity:quiet ' + - '& "$env:NUGET_PATH" restore GPW.sln /v:quiet ' - *version-fix script: # ----BCode ----