Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 61e4f67

Browse files
authored
Update CI Telemetry README
Fixes #562
1 parent cb9d291 commit 61e4f67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ To disable data collection see the __*bf config*__ command.
7777

7878
Please refer to [Microsoft Privacy Statement](https://privacy.microsoft.com/en-US/privacystatement) for more details.
7979

80+
### Enable Telemetry in Continuous Integration Pipelines
81+
82+
Per above, Microsoft will only collect anonymous data to help improve the CLI. To set your CI/CD pipeline telemetry collection behavior set the following OS environment variable:
83+
84+
* set BF_CLI_TELEMETRY = true : Bypass prompts and **enables** telemetry collection.
85+
* set BF_CLI_TELEMETRY = false : Bypass prompts and **disables** telemetry collection (default).
86+
* BF_CLI_TELEMETRY = null (absent) : If no value is set in configuration file defaults to false - disabled.
87+
8088
## Nightly builds
8189

8290
Nightly builds are generated using the latest code. Therefore, they may not be stable, and most likely lack up to date documentation. These builds are better suited for more experienced users, although everyone is welcome to use them and provide feedback.

0 commit comments

Comments
 (0)