Fix conf yaml

This commit is contained in:
Samuele Locatelli
2022-03-18 09:38:24 +01:00
parent 7023ef1609
commit f2b24aa3ea
3 changed files with 38 additions and 38 deletions
+30 -30
View File
@@ -126,37 +126,37 @@ UI:deploy:
# IIS DEV
- dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.MONO.UI/MP.MONO.UI.csproj
# SIM:release:
# stage: release
# tags:
# - win
# only:
# - main
# variables:
# APP_NAME: MP.MONO.SIM
# needs: ["SIM:build"]
# script:
# # - dotnet build MP.MONO.SIM/MP.MONO.SIM.csproj
# - dotnet publish -p:PublishProfile=SingleFileX86.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.MONO.SIM/MP.MONO.SIM.csproj
# - *zipper
# - *hashBuild
# - *nexusUpload
SIM:release:
stage: release
tags:
- win
only:
- main
variables:
APP_NAME: MP.MONO.SIM
needs: ["SIM:build"]
script:
# - dotnet build MP.MONO.SIM/MP.MONO.SIM.csproj
- dotnet publish -p:PublishProfile=SingleFileX86.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.MONO.SIM/MP.MONO.SIM.csproj
- *zipper
- *hashBuild
- *nexusUpload
# DECODER:release:
# stage: release
# tags:
# - win
# only:
# - main
# variables:
# APP_NAME: MP.MONO.DECODER
# needs: ["DECODER:build"]
# script:
# # - dotnet build MP.MONO.DECODER/MP.MONO.DECODER.csproj
# - dotnet publish -p:PublishProfile=SingleFileX86.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.MONO.DECODER/MP.MONO.DECODER.csproj
# - *zipper
# - *hashBuild
# - *nexusUpload
DECODER:release:
stage: release
tags:
- win
only:
- main
variables:
APP_NAME: MP.MONO.DECODER
needs: ["DECODER:build"]
script:
# - dotnet build MP.MONO.DECODER/MP.MONO.DECODER.csproj
- dotnet publish -p:PublishProfile=SingleFileX86.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release MP.MONO.DECODER/MP.MONO.DECODER.csproj
- *zipper
- *hashBuild
- *nexusUpload
# UI:release:
# stage: release
+6 -6
View File
@@ -17,15 +17,15 @@
<ItemGroup>
<PackageReference Include="MailKit" Version="3.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.2">
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.2">
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
+2 -2
View File
@@ -16,8 +16,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="6.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.2">
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="6.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>