From 52b89b35f14c62226a366152db55f7b6f19682c4 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 17 May 2022 16:07:14 +0200 Subject: [PATCH] fix dipendenze yaml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62cd1086..a3216b65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -162,7 +162,6 @@ Icoel.Soap:build: script: - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /nodeReuse:false /verbosity:minimal /m' - IOB-MAN:deploy: stage: deploy tags: @@ -235,4 +234,4 @@ Icoel:pages: only: - master - develop - needs: ["IOB-WIN-NEXT:build"] \ No newline at end of file + needs: ["Icoel.Soap:build"] \ No newline at end of file