diff --git a/Jenkinsfile b/Jenkinsfile index 6246e0df..7d01f2b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,8 +40,7 @@ pipeline { /* CAMBIO numero versione in file sorgente!!! */ bat "fart.exe VersGen\\VersGen.cs 000.000 ${env.versionNumber} || EXIT /B 0" parallel ( - MAPO-IOB-WIN: { - sleep 0 + MAPO_IOB_WIN: { bat "\"${tool 'MSBuild-14.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, failFast: false)