diff --git a/CVCncLib/testSam.dll b/CVCncLib/testSam.dll index e90f9b12..d97607da 100644 Binary files a/CVCncLib/testSam.dll and b/CVCncLib/testSam.dll differ diff --git a/IOB-WIN/MainForm.cs b/IOB-WIN/MainForm.cs index 41fa481b..55e6c097 100644 --- a/IOB-WIN/MainForm.cs +++ b/IOB-WIN/MainForm.cs @@ -389,20 +389,6 @@ namespace IOB_WIN IOB2START.Add(item); } } - // se NON sono in DEBUG faccio check update... -#if !(DEBUG) - try - { - // avvio autoupdater... - AutoUpdater.RunUpdateAsAdmin = utils.CRB("AUpdAsAdm"); - AutoUpdater.Start(updateUrl); - } - catch(Exception exc) - { - lgError(string.Format("MainForm - AutoUpdater EXCEPTION in fase di chiamata URL di controllo versione:{0}{1}{2}", updateUrl, Environment.NewLine, exc)); - - } -#endif } #endregion diff --git a/Jenkinsfile b/Jenkinsfile index 92edfc18..cf1ff4a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,9 +16,9 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=369']) { - // env.versionNumber = VersionNumber(versionNumberString : '2.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) - env.versionNumber = VersionNumber(versionNumberString : '2.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') + withEnv(['NEXT_BUILD_NUMBER=371']) { + // env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) + env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN' } }