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: {