This commit is contained in:
Samuele E. Locatelli
2017-04-14 11:32:18 +02:00
parent 150202cab5
commit 3f0b1f863f
Vendored
+10 -10
View File
@@ -38,27 +38,27 @@ pipeline {
/* CAMBIO numero versione in file sorgente!!! */
bat "fart.exe VersGen\\MoonPro.cs 000.000 ${env.versionNumber} || EXIT /B 0"
parallel (
MP-LANDING: {
sleep 2
LANDING: {
sleep 5
bat "\"${tool 'MSBuild-14.0'}\" MP\\MP.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
},
MP-ADMIN: {
ADMIN: {
bat "\"${tool 'MSBuild-14.0'}\" MP-Admin\\MP-Admin.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
},
MP-IO: {
sleep 1
IO: {
sleep 4
bat "\"${tool 'MSBuild-14.0'}\" MP-IO\\MP-IO.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
},
MP-MON: {
sleep 1
MON: {
sleep 3
bat "\"${tool 'MSBuild-14.0'}\" MP-MON\\MP-MON.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
},
MP-SITE: {
SITE: {
sleep 1
bat "\"${tool 'MSBuild-14.0'}\" MP-Site\\MP-Site.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
},
MP-TABLET: {
sleep 1
TABLET: {
sleep 2
bat "\"${tool 'MSBuild-14.0'}\" MP-Tablet\\MP-Tablet.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
},
failFast: false)