From 28cd66aa92b5550f677cdb6f014e32bd5e4b0d98 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 3 Aug 2021 14:17:24 +0200 Subject: [PATCH] tolta compilazione parallela x IOB-WIN / IOB-WIN-NEXT --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1ed85208..77d3db20 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,9 +42,6 @@ pipeline { IOB_WIN: { // BUILD! bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /m" - }, - IOB_WIN_NEXT: { - // BUILD! bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN-NEXT/IOB-WIN-NEXT.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /m" }, IOB_MAN: {