Update esplicito analyzers x build

This commit is contained in:
Samuele Locatelli
2024-09-27 17:19:09 +02:00
parent 747510ac30
commit 06fcd2ee9b
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -345,7 +345,8 @@ EgwControlCenter:deploy:
APP_NAME: EgwControlCenter.App
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
# - dotnet restore "$env:SOL_NAME.sln"
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
script:
- echo $CI_COMMIT_BRANCH
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
@@ -19,6 +19,7 @@
<ItemGroup>
<PackageReference Include="EgwCoreLib.Razor" Version="1.5.2409.2607" />
<PackageReference Include="EgwCoreLib.Utils" Version="1.5.2409.2607" />
<PackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="8.0.90" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />