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