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