From 75a2e18c04de6bb516c482daacedf80d23cae426 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 2 Oct 2020 23:18:21 +0200 Subject: [PATCH] reorg build jenkins --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 28eb434..14a8f0d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,10 +37,12 @@ pipeline { script { parallel ( IO: { + sleep 3; // Reports lib bat "\"${tool 'MSBuild-15.0'}\" SteamWare.IO\\SteamWare.IO.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, LOGGER: { + sleep 5; // Reports lib bat "\"${tool 'MSBuild-15.0'}\" SteamWare.Logger\\SteamWare.Logger.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" },