Auto csproj fix and update by bot.
This commit is contained in:
@@ -8,6 +8,7 @@ package-lock.json
|
||||
*.min.js
|
||||
bin/
|
||||
obj/
|
||||
dist/
|
||||
node_modules/
|
||||
Properties/
|
||||
npm-debug.log
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ lint:
|
||||
needs:
|
||||
- build
|
||||
script:
|
||||
- jb inspectcode ./*.sln --output=analyze_output.xml --build
|
||||
- jb inspectcode ./*.sln --output=analyze_output.xml --build -f=xml
|
||||
- grep 'WARNING' analyze_output.xml && cat analyze_output.xml && exit 1 || echo "No warning found"
|
||||
artifacts:
|
||||
when: always
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="coverlet.collector" Version="6.0.0">
|
||||
<PackageReference Include="coverlet.collector" Version="6.0.1">
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="JunitXml.TestLogger" Version="3.1.12" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
|
||||
<PackageReference Include="AngleSharp" Version="1.1.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user