Auto csproj fix and update by bot.

This commit is contained in:
Nuget Ninja
2026-03-29 11:03:16 +00:00
parent ba369f6707
commit 6f5d2291b5
+2 -1
View File
@@ -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