From 80e2886eb389ba47bfc277b7f8a26aebb1d5349f Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 7 Aug 2020 13:07:55 +0200 Subject: [PATCH] Fix config x cache --- Jenkinsfile | 2 +- NKC_WF/NKC_WF.csproj | 8 ++++++++ NKC_WF/Web.config | 2 -- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 184faaf..b1899ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=312']) { + withEnv(['NEXT_BUILD_NUMBER=313']) { // env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.versionNumberBeta = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') diff --git a/NKC_WF/NKC_WF.csproj b/NKC_WF/NKC_WF.csproj index 94d0347..4200d29 100644 --- a/NKC_WF/NKC_WF.csproj +++ b/NKC_WF/NKC_WF.csproj @@ -400,6 +400,7 @@ + @@ -713,6 +714,13 @@ Global.asax + + ForceReload.aspx + ASPXCodeBehind + + + ForceReload.aspx + GlobalSearch.aspx ASPXCodeBehind diff --git a/NKC_WF/Web.config b/NKC_WF/Web.config index 78fcff6..67226e5 100644 --- a/NKC_WF/Web.config +++ b/NKC_WF/Web.config @@ -59,8 +59,6 @@ - -