update tag verbosity
This commit is contained in:
+4
-4
@@ -94,7 +94,7 @@ build:
|
||||
- dotnet restore NKC_WF.sln
|
||||
- *version-fix
|
||||
script:
|
||||
- dotnet build -p:Configuration=Release -p:Platform="Any CPU" -verbosity=minimal NKC_WF/NKC_WF.csproj
|
||||
- dotnet build -p:Configuration=Release -p:Platform="Any CPU" -v m NKC_WF/NKC_WF.csproj
|
||||
|
||||
IIS01:deploy:
|
||||
stage: deploy
|
||||
@@ -107,7 +107,7 @@ IIS01:deploy:
|
||||
- dotnet restore NKC_WF.sln
|
||||
- *version-fix
|
||||
script:
|
||||
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true -p:OutputPath=bin/ -verbosity=minimal NKC_WF/NKC_WF.csproj -o:publish
|
||||
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true -p:OutputPath=bin/ -v m NKC_WF/NKC_WF.csproj -o:publish
|
||||
needs: ["build"]
|
||||
|
||||
IIS02:deploy:
|
||||
@@ -122,7 +122,7 @@ IIS02:deploy:
|
||||
# - '& "$env:NUGET_PATH" restore NKC_WF.sln'
|
||||
- *version-fix
|
||||
script:
|
||||
- dotnet 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 NKC_WF/NKC_WF.csproj -o:publish
|
||||
- dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true -p:OutputPath=bin/ -v m NKC_WF/NKC_WF.csproj -o:publish
|
||||
# - '& "$env:MSBUILD_PATH" /p:m=8 /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 NKC_WF/NKC_WF.csproj'
|
||||
needs: ["build"]
|
||||
|
||||
@@ -139,7 +139,7 @@ install:
|
||||
- *version-fix
|
||||
script:
|
||||
# - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release GWMS.UI/GWMS.UI.csproj -o:publish
|
||||
- dotnet publish -p:PublishProfile=${env.BRANCH_NAME}.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:PackageLocation=Release/$env:NEW_REL/NKC_WF.zip -p:DeployIisAppPath="Default Web Site/NKC" -p:PackageAsSingleFile=True -p:OutputPath=bin/ NKC_WF/NKC_WF.csproj -o:publish
|
||||
- dotnet publish -p:PublishProfile=${env.BRANCH_NAME}.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:PackageLocation=Release/$env:NEW_REL/NKC_WF.zip -p:DeployIisAppPath="Default Web Site/NKC" -p:PackageAsSingleFile=True -p:OutputPath=bin/ NKC_WF/NKC_WF.csproj -o:publish -v m
|
||||
# # altra modalità build
|
||||
# - '& "$env:MSBUILD_PATH" /p:m=8 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=SPS /p:PublishProfile=SPS.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/SPS_PROD/$env:NEW_REL/NKC_WF.zip /p:DeployIisAppPath="Default Web Site/GPW/ADMIN" /p:PackageAsSingleFile=True /p:OutputPath=bin/ NKC_WF/NKC_WF.csproj'
|
||||
# qui il deploy su nexus...
|
||||
|
||||
Reference in New Issue
Block a user