diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 724e2e6..b6d0588 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ before_script: - 'export DOTNET_CLI_TELEMETRY_OPTOUT=1' - 'export PATH=$PATH:$HOME/.dotnet/tools' - 'which jb || dotnet tool install JetBrains.ReSharper.GlobalTools --global --add-source https://nuget.aiursoft.cn/v3/index.json --configfile ./nuget.config -v d' - - 'which jb || dotnet-reportgenerator-globaltool --global --add-source https://nuget.aiursoft.cn/v3/index.json --configfile ./nuget.config -v d' + - 'which reportgenerator || dotnet tool install dotnet-reportgenerator-globaltool --global --add-source https://nuget.aiursoft.cn/v3/index.json --configfile ./nuget.config -v d' - 'echo "Hostname: $(hostname)"' - 'dotnet --info' diff --git a/src/Aiursoft.ChessServer/Aiursoft.ChessServer.csproj b/src/Aiursoft.ChessServer/Aiursoft.ChessServer.csproj index 4c0e5f6..2fb319a 100644 --- a/src/Aiursoft.ChessServer/Aiursoft.ChessServer.csproj +++ b/src/Aiursoft.ChessServer/Aiursoft.ChessServer.csproj @@ -13,7 +13,7 @@ - + \ No newline at end of file