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