Update analyzers sul proj core

This commit is contained in:
Samuele Locatelli
2024-09-27 17:24:21 +02:00
parent 06fcd2ee9b
commit 6cea09e97d
2 changed files with 3 additions and 3 deletions
+2 -3
View File
@@ -345,10 +345,9 @@ EgwControlCenter:deploy:
APP_NAME: EgwControlCenter.App
before_script:
- *nuget-fix
# - dotnet restore "$env:SOL_NAME.sln"
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- 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
- '& "$env:MSBUILD_PATH" -t:publish -p:PublishProfile=ClickOnceProfile.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release $env:APP_NAME/$env:APP_NAME.csproj'
@@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="EgwCoreLib.Utils" Version="1.5.2409.2607" />
<PackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="8.0.8" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="RestSharp" Version="112.0.0" />