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" },