From e40aad1b456da97b72b0cbe7773c67c09b821a72 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 15 Mar 2018 11:33:05 +0100 Subject: [PATCH] altro test accesso disegni --- Jenkinsfile | 2 +- MP-Tablet/WebUserControls/mod_dettMacchina.ascx.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 48d96d46..17f9becd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=717']) { + withEnv(['NEXT_BUILD_NUMBER=718']) { // env.versionNumber = VersionNumber(versionNumberString : '5.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '5.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO' diff --git a/MP-Tablet/WebUserControls/mod_dettMacchina.ascx.cs b/MP-Tablet/WebUserControls/mod_dettMacchina.ascx.cs index 361f3eeb..da52dd0f 100644 --- a/MP-Tablet/WebUserControls/mod_dettMacchina.ascx.cs +++ b/MP-Tablet/WebUserControls/mod_dettMacchina.ascx.cs @@ -196,8 +196,8 @@ namespace MoonProTablet.WebUserControls }// penultima prova... if (!answ) { - logger.lg.scriviLog(string.Format("FilePath: {0}", filePath.Replace("~/", "e:/")), tipoLog.INFO); - answ = fileMover.obj.fileExist(filePath.Replace("~/", "e:/")); // hard coded da evitare... + logger.lg.scriviLog(string.Format("FilePath: {0}", filePath.Replace("~/", "e:\\")), tipoLog.INFO); + answ = fileMover.obj.fileExist(filePath.Replace("~/", "e:\\")); // hard coded da evitare... } } catch (Exception exc)