diff --git a/Jenkinsfile b/Jenkinsfile index a1e409de..0b9463e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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