disable dotnet telemetry
This commit is contained in:
parent
30ecde0fbe
commit
52b36a98a7
@ -17,6 +17,8 @@ steps:
|
|||||||
- cd /usr/share/$DRONE_REPO_NAME
|
- cd /usr/share/$DRONE_REPO_NAME
|
||||||
- git pull
|
- git pull
|
||||||
- name: build
|
- name: build
|
||||||
|
environment:
|
||||||
|
- DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
commands:
|
commands:
|
||||||
- cd /usr/share/$DRONE_REPO_NAME
|
- cd /usr/share/$DRONE_REPO_NAME
|
||||||
- dotnet build
|
- dotnet build
|
||||||
|
Reference in New Issue
Block a user