fix build jenkins

This commit is contained in:
Samuele E. Locatelli
2018-10-19 11:40:34 +02:00
parent 260bc61e7c
commit b975ceb739
Vendored
+1 -1
View File
@@ -52,7 +52,7 @@ pipeline {
parallel (
LANDING: {
sleep 5
bat "\"${tool 'MSBuild-14.0'}\" MP-LAND/MP.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
bat "\"${tool 'MSBuild-14.0'}\" MP-LAND/MP-LAND.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
},
ADMIN: {
sleep 0