reorg build jenkins

This commit is contained in:
Samuele E. Locatelli
2020-10-02 23:18:21 +02:00
parent 053a9a5c93
commit 75a2e18c04
Vendored
+2
View File
@@ -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"
},