diff --git a/C-TRACK/C-TRACK.csproj b/C-TRACK/C-TRACK.csproj index 339c7a8..fc5b4c0 100644 --- a/C-TRACK/C-TRACK.csproj +++ b/C-TRACK/C-TRACK.csproj @@ -1,7 +1,6 @@  - Debug @@ -123,11 +122,6 @@ ..\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll - - - ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll - - @@ -729,12 +723,6 @@ - - - Questo progetto fa riferimento a uno o più pacchetti NuGet che non sono presenti in questo computer. Usare lo strumento di ripristino dei pacchetti NuGet per scaricarli. Per altre informazioni, vedere http://go.microsoft.com/fwlink/?LinkID=322105. Il file mancante è {0}. - - - - - - - + + + + @@ -101,12 +101,6 @@ - - - - - - diff --git a/C-TRACK/packages.config b/C-TRACK/packages.config index e86f523..45bda6f 100644 --- a/C-TRACK/packages.config +++ b/C-TRACK/packages.config @@ -18,7 +18,6 @@ - diff --git a/Jenkinsfile b/Jenkinsfile index 07e0a62..f587859 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=134']) { + withEnv(['NEXT_BUILD_NUMBER=135']) { // env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'C.TRACK' diff --git a/VersGen/VersGen.csproj b/VersGen/VersGen.csproj index 23fc7e1..8498c3e 100644 --- a/VersGen/VersGen.csproj +++ b/VersGen/VersGen.csproj @@ -49,6 +49,9 @@ + + Always +