From 5e867cf18153df39c65ff932d271a64c53fd36c8 Mon Sep 17 00:00:00 2001 From: Ralph El Hage Date: Tue, 6 Feb 2024 19:15:15 -0800 Subject: [PATCH] Move telemetry override into separate library for easier maintenance --- .azure/pipelines/build.yaml | 3 +++ NuGet.config => src/NuGet.Config | 0 2 files changed, 3 insertions(+) rename NuGet.config => src/NuGet.Config (100%) diff --git a/.azure/pipelines/build.yaml b/.azure/pipelines/build.yaml index ef1fec2b..4ed6d9ad 100644 --- a/.azure/pipelines/build.yaml +++ b/.azure/pipelines/build.yaml @@ -9,6 +9,9 @@ pr: pool: name: SkymanUbuntu2004Hosted +variables: +- group: 'Azure AI CLI Telemetry configuration' + stages: - stage: SetupStage diff --git a/NuGet.config b/src/NuGet.Config similarity index 100% rename from NuGet.config rename to src/NuGet.Config