From eb497da8c21511550959defd32504b4d62c1ac72 Mon Sep 17 00:00:00 2001 From: Nuget Ninja Date: Sun, 25 Feb 2024 03:22:16 +0000 Subject: [PATCH] Auto csproj fix and update by bot. --- .gitignore | 1 + .gitlab-ci.yml | 2 +- .../Aiursoft.ChessServer.Tests.csproj | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6cb06da..31f88c7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ package-lock.json *.min.js bin/ obj/ +dist/ node_modules/ Properties/ npm-debug.log diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45807de..7efd6bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/tests/Aiursoft.ChessServer.Tests/Aiursoft.ChessServer.Tests.csproj b/tests/Aiursoft.ChessServer.Tests/Aiursoft.ChessServer.Tests.csproj index 8c07c11..47214c5 100644 --- a/tests/Aiursoft.ChessServer.Tests/Aiursoft.ChessServer.Tests.csproj +++ b/tests/Aiursoft.ChessServer.Tests/Aiursoft.ChessServer.Tests.csproj @@ -9,14 +9,14 @@ enable - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + +