From 14b808429d65765ac5ef6956d59e2f5ad00d895b Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 16 Sep 2021 12:46:27 +0200 Subject: [PATCH] Fix NEXUS_PATH x deploy --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9c4d0f4..7031f27f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,6 +133,7 @@ STA:installer: needs: ["build"] variables: APP_NAME: MP.Stats + NEXUS_PATH: MP-STATS before_script: # - *nuget-fix # - dotnet restore @@ -152,6 +153,7 @@ PRG:installer: needs: ["build"] variables: APP_NAME: MP.Prog + NEXUS_PATH: MP-PROG before_script: # - *nuget-fix # - dotnet restore