From 6f5d2291b5ac51f3420b51682717bc7ad69c7d0e Mon Sep 17 00:00:00 2001 From: Nuget Ninja Date: Sun, 29 Mar 2026 11:03:16 +0000 Subject: [PATCH] Auto csproj fix and update by bot. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32c5784..42f4c61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,6 @@ stages: - deploy 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.com/v3/index.json --configfile ./nuget.config -v d" - "which reportgenerator || dotnet tool install dotnet-reportgenerator-globaltool --global --add-source https://nuget.aiursoft.com/v3/index.json --configfile ./nuget.config -v d" @@ -15,6 +14,8 @@ before_script: variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/$CI_PROJECT_NAME/$CI_PIPELINE_ID" + MSBUILDDISABLENODEREUSE: "1" + DOTNET_CLI_TELEMETRY_OPTOUT: "1" restore: stage: build