From 83ac0cbfe5f73c85dac45f6d516defb2ca0d2166 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli (WEB DEV)" Date: Tue, 24 Oct 2017 23:41:55 +0200 Subject: [PATCH] correzione typo x csproj x restore nuget --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6e66d2da..f29c1a9f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +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" + bat "e:\\nuget.exe restore ${WORKSPACE}\\IOB-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"