From 7fe8e9536d6c4f266e5b9ca30fe40798a78ceea2 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 1 Apr 2021 11:26:05 +0200 Subject: [PATCH] test verbosity --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9bc09c..77550a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,8 +52,9 @@ AC:build: - '& "$env:NUGET_PATH" restore GPW.sln' # 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/ /p:verbosity=q /m' - - '& "$env:MSBUILD_PATH" GPW_Commesse/GPW_Commesse.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /p:verbosity=q /m' + - '& "$env:MSBUILD_PATH" GPW_Admin/GPW_Admin.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /p:verbosity=quiet /m' + + - '& "$env:MSBUILD_PATH" GPW_Commesse/GPW_Commesse.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/ /verbosity=quiet /m' # \ cache: # #key: ${CI_COMMIT_REF_SLUG} # # key: ${CI_JOB_NAME}