From c67152d121420ff14bdf7a0f0140fc6c080ec1e3 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 3 Oct 2023 08:23:41 +0200 Subject: [PATCH] fix yaml tab3 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d1d6dfc..f731a786 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -343,8 +343,8 @@ TAB3:IIS01:deploy: tags: - win variables: - APP_NAME: MP-TAB3 - SOL_NAME: MP-TAB-SERV + APP_NAME: MP-TAB-SERV + SOL_NAME: MP-TAB3 before_script: - *nuget-fix - dotnet restore "$env:SOL_NAME.sln"