From 36de389b92cac87f7d548c3c4333c17bb95e901d Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli (WEB DEV)" Date: Tue, 24 Oct 2017 23:40:54 +0200 Subject: [PATCH] aggiunto package restore --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7d01f2b5..6e66d2da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,6 +39,7 @@ pipeline { if (env.BRANCH_NAME == "develop") { /* CAMBIO numero versione in file sorgente!!! */ bat "fart.exe VersGen\\VersGen.cs 000.000 ${env.versionNumber} || EXIT /B 0" + bat "e:\\nuget.exe restore ${WORKSPACE}\\WeIOB-WIN.sln" parallel ( MAPO_IOB_WIN: { bat "\"${tool 'MSBuild-14.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"