fix dipendenze yaml

This commit is contained in:
Samuele Locatelli
2022-05-17 16:07:14 +02:00
parent 2277d78970
commit 52b89b35f1
+1 -2
View File
@@ -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"]
needs: ["Icoel.Soap:build"]