Skip to content

Commit

Permalink
Disable qsharp usage telemetry (#648)
Browse files Browse the repository at this point in the history
* Disable qsharp usage telemetry

* Update ci.yml
  • Loading branch information
xinyi-joffre authored Nov 6, 2024
1 parent 035acc6 commit 4610c91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ado/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ schedules:
- main
always: true

variables:
- name: QSHARP_PYTHON_TELEMETRY
value: none # Disable usage telemetry for internal test pipelines

jobs:
- job: "Build_Azure_Quantum_Python"
displayName: Build "azure-quantum" package
Expand Down
2 changes: 2 additions & 0 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ parameters:
variables:
- name: OwnerPersonalAlias
value: 'billti'
- name: QSHARP_PYTHON_TELEMETRY
value: none # Disable usage telemetry for internal test pipelines

resources:
repositories:
Expand Down

0 comments on commit 4610c91

Please sign in to comment.