From 3af09ee2b27edf2dbff72f3a7a21e607132b7b6d Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Thu, 16 Nov 2023 17:02:09 +0100 Subject: [PATCH] forse fix chiamata variabile --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7972263f..063210dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -198,7 +198,7 @@ TAB3:build: - *nuget-fix - dotnet restore "$env:SOL_NAME.sln" only: - variables: [CI_COMMIT_BRANCH -match "$env:APP_NAME"] + variables: [$CI_COMMIT_BRANCH -match "$env:APP_NAME"] script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj # rules: @@ -352,7 +352,7 @@ TAB3:IIS01:deploy: before_script: - *nuget-fix only: - variables: [CI_COMMIT_BRANCH -match "$env:APP_NAME"] + variables: [$CI_COMMIT_BRANCH -match "$env:APP_NAME"] needs: ["TAB3:build"] script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj