scordati files...

This commit is contained in:
Samuele E. Locatelli
2018-06-28 16:14:38 +02:00
parent 12c1ac28ed
commit e274b87b49
3 changed files with 7 additions and 7 deletions
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=785']) {
withEnv(['NEXT_BUILD_NUMBER=786']) {
// env.versionNumber = VersionNumber(versionNumberString : '5.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '5.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO'
+5
View File
@@ -21,6 +21,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWare", "..\Steamware\S
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MP-Site", "MP-Site\MP-Site.csproj", "{616F889A-BDBE-48B3-ADF6-32D69CB1EA96}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8688B7C8-87E9-4FCE-B607-9C3F963CD6B7}"
ProjectSection(SolutionItems) = preProject
Appunti.md = Appunti.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
+1 -6
View File
@@ -1,11 +1,6 @@
@model IEnumerable<MP_MON.Models.MappaStatoExpl>
@{
ViewBag.Title = "Index";
}
<br />
<div id="mainDiv">
<div id="mainDiv mt-5">
@Html.Action("StatusMap", "MSE", new { baseCss = ViewBag.cssSemBase })
</div>