提交 18f14c11 编写于 作者: M Matt Ellis

Opt out of some `dotnet` stuff in CI

- Sending telemetry isn't really interesting for the CI build.
- Restoring a local package cache also isn't useful.
上级 61b38907
......@@ -29,6 +29,11 @@ fi
# so it doesn't output warnings to the console.
export LTTNG_HOME=$HOME
# There's no reason to send telemetry or prime a local package cach when building
# in CI.
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
while [[ $# > 0 ]]
do
opt="$(echo $1 | awk '{print tolower($0)}')"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册