From 82f18255122dec03d5570acb64e7ac4ec8490e8e Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 26 Mar 2021 22:18:50 +0100 Subject: [PATCH] typo fix --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a57515..e8bc592 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ admin:deploy: # - if: '$CI_COMMIT_BRANCH == "develop"' # only: # - tags # the build process will only be started by git tag commits - before_script: + before_script: - *nuget-fix script: - '& "$env:MSBUILD_PATH" /p:m=4 /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/ GPW_Admin/GPW_Admin.csproj' @@ -100,7 +100,7 @@ admin:deploy: bcode:deploy: stage: deploy - before_script: + before_script: - *nuget-fix script: - '& "$env:MSBUILD_PATH" /p:m=4 /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/ GPW_Barcode/GPW_Barcode.csproj'