This commit is contained in:
zaccaria.majid
2023-02-03 12:13:35 +01:00
4 changed files with 32 additions and 31 deletions
+21 -21
View File
@@ -681,27 +681,27 @@ INVE:installer:
- *hashBuild
- *nexusUpload
CONF:installer:
stage: installer
tags:
- win
variables:
APP_NAME: IobConf.UI
SOL_NAME: IobConf
NEXUS_PATH: IobConf
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
only:
- develop
- master
needs: ["CONF:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release $env:APP_NAME/$env:APP_NAME.csproj -o:publish -p:verbosity=quiet
# qui il deploy su nexus...
- *hashBuild
- *nexusUpload
# CONF:installer:
# stage: installer
# tags:
# - win
# variables:
# APP_NAME: IobConf.UI
# SOL_NAME: IobConf
# NEXUS_PATH: IobConf
# before_script:
# - *nuget-fix
# - dotnet restore "$env:SOL_NAME.sln"
# only:
# - develop
# - master
# needs: ["CONF:build"]
# script:
# - dotnet build $env:APP_NAME/$env:APP_NAME.csproj
# - dotnet publish -p:PublishProfile=IISProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release $env:APP_NAME/$env:APP_NAME.csproj -o:publish -p:verbosity=quiet
# # qui il deploy su nexus...
# - *hashBuild
# - *nexusUpload
LAND:release:
stage: release
+3 -3
View File
@@ -94,9 +94,9 @@ namespace MP.Data.Controllers
using (var dbCtx = new MoonPro_STATSContext(_configuration))
{
dbResult = dbCtx
.DbSetMacchine
.OrderBy(x => x.IdxMacchina)
.ToList();
.DbSetMacchine
.OrderBy(x => x.IdxMacchina)
.ToList();
}
return dbResult;
}
+7 -7
View File
@@ -18,14 +18,14 @@ namespace MP.Data.DatabaseModels
[Key]
public string IdxMacchina { get; set; }
public string CodMacchina { get; set; } = "";
public string Descrizione { get; set; } = "";
public string Nome { get; set; } = "";
public string Note { get; set; } = "";
public string url { get; set; } = "";
public string locazione { get; set; } = "";
public string css { get; set; } = "";
public int RowNum { get; set; } = 0;
public int ColNum { get; set; } = 0;
public string Descrizione { get; set; } = "";
//public string Note { get; set; } = "";
//public string url { get; set; } = "";
//public string locazione { get; set; } = "";
//public string css { get; set; } = "";
//public int RowNum { get; set; } = 0;
//public int ColNum { get; set; } = 0;
#endregion Public Properties
}
+1
View File
@@ -4,6 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MP.Stats</RootNamespace>
<UserSecretsId>826e877c-ba70-4253-84cb-d0b1cafd4440</UserSecretsId>
<Version>6.16.2301.0515</Version>
<Version>6.16.2302.0312</Version>
</PropertyGroup>