From 3bd4a9087360b768e2ecd8802e0d357221a0cb51 Mon Sep 17 00:00:00 2001 From: ALEXPRO100 Date: Tue, 24 Dec 2024 17:27:03 +0800 Subject: [PATCH] vcpkg: Disable telemetry by default (Closes #6413) (#6414) --- bucket/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 173501e851..ddc217ae0d 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -28,6 +28,7 @@ ], "installer": { "file": "bootstrap-vcpkg.bat", + "args": ["-disableMetrics"], "keep": true }, "post_install": "vcpkg integrate install",