Fix img brain, da ri-testare upload

This commit is contained in:
Samuele E. Locatelli
2020-01-30 16:36:17 +01:00
parent abbfb4ddf8
commit a8c35bb788
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -230,6 +230,7 @@
<Content Include="fonts\fontawesome-webfont.svg" />
<Content Include="Global.asax" />
<Content Include="Images\brain.jpg" />
<Content Include="Images\brain.png" />
<Content Include="Images\DB_INPUT_demo.png" />
<Content Include="Images\logoAlzheimerAssociation.png" />
<Content Include="Images\logoIRCSS.png" />
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=79']) {
withEnv(['NEXT_BUILD_NUMBER=80']) {
// 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.APP_NAME = 'LCP'