diff options
| author | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-11-14 13:12:36 -0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-11-14 13:12:36 -0800 |
| commit | 552296a74113a7f56babe232e7f554f1279484c5 (patch) | |
| tree | 55d655ef619402bd22b3a4712090291b2794195f /scripts/bootstrap.sh | |
| parent | df4773c05614eb19084ae4db1fbc1bb3295d3ec6 (diff) | |
| download | vcpkg-552296a74113a7f56babe232e7f554f1279484c5.tar.gz vcpkg-552296a74113a7f56babe232e7f554f1279484c5.zip | |
[vcpkg] update telemetry
Diffstat (limited to 'scripts/bootstrap.sh')
| -rw-r--r-- | scripts/bootstrap.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 55859d1f8..4ebe970f6 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -262,3 +262,9 @@ mkdir -p "$buildDir" rm -rf "$vcpkgRootDir/vcpkg" cp "$buildDir/vcpkg" "$vcpkgRootDir/" + +echo "Telemetry" +echo "---------" +echo "vcpkg collects usage data in order to help us improve your experience. The data collected by Microsoft is anonymous. You can opt-out of telemetry by adding -disableMetrics after the bootstrap-vcpkg.sh script." +echo "Read more about vcpkg telemetry at docs/about/privacy.md" +echo ""
\ No newline at end of file |
