ancora delay x multi build parallele
This commit is contained in:
Vendored
+2
@@ -92,12 +92,14 @@ pipeline {
|
||||
fixNuget("${WORKSPACE}\\SteamWare.sln")
|
||||
parallel (
|
||||
IO: {
|
||||
sleep 3;
|
||||
// BUILD Logger lib!
|
||||
bat "\"${tool 'MSBuild-16.0'}\" SteamWare.IO\\SteamWare.IO.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"Any CPU\" /p:OutputPath=bin/${env.config} /m"
|
||||
// creo package NuGet... con version in modo da fare ANCHE le beta
|
||||
bat "e:\\nuget.exe pack ${WORKSPACE}\\SteamWare.IO\\SteamWare.IO.csproj -properties Configuration=${env.config} -Version ${env.packVers}"
|
||||
},
|
||||
LOGGER: {
|
||||
sleep 5;
|
||||
// BUILD Logger lib!
|
||||
bat "\"${tool 'MSBuild-16.0'}\" SteamWare.Logger\\SteamWare.Logger.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"Any CPU\" /p:OutputPath=bin/${env.config} /m"
|
||||
// creo package NuGet... con version in modo da fare ANCHE le beta
|
||||
|
||||
Reference in New Issue
Block a user