Update analyzers sul proj core
This commit is contained in:
+2
-3
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user