typo nuget verbosity

This commit is contained in:
Samuele Locatelli
2021-04-01 11:39:28 +02:00
parent c345f7058d
commit ddb2f3aa1d
+6 -6
View File
@@ -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 ----