disable dotnet telemetry
This commit is contained in:
parent
30ecde0fbe
commit
52b36a98a7
@ -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
|
||||
|
Reference in New Issue
Block a user