correione naming da "-" a "_" x jenkinsfile...

This commit is contained in:
Samuele E. Locatelli (WEB DEV)
2017-10-24 23:37:25 +02:00
parent af04b4d13a
commit 1bb09498ef
Vendored
+1 -2
View File
@@ -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)