disable dotnet telemetry

This commit is contained in:
Simple_Not 2022-10-18 13:06:27 +10:00
parent 30ecde0fbe
commit 52b36a98a7

View File

@ -17,6 +17,8 @@ steps:
- cd /usr/share/$DRONE_REPO_NAME
- git pull
- name: build
environment:
- DOTNET_CLI_TELEMETRY_OPTOUT=1
commands:
- cd /usr/share/$DRONE_REPO_NAME
- dotnet build