tolta compilazione parallela x IOB-WIN / IOB-WIN-NEXT

This commit is contained in:
Samuele Locatelli
2021-08-03 14:17:24 +02:00
parent 96ac03843e
commit 28cd66aa92
Vendored
-3
View File
@@ -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: {