reorg build jenkins
This commit is contained in:
Vendored
+2
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user