Skip to content

Commit 7f7b7ae

Browse files
Add telemetry environment variable to deployment workflows for Linux and Windows
1 parent 3bd66e2 commit 7f7b7ae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/job-deploy-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ on:
6363
jobs:
6464
deploy-linux:
6565
runs-on: ubuntu-latest
66+
env:
67+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
6668
outputs:
6769
CONTAINER_WEB_APPURL: ${{ steps.get_output_linux.outputs.CONTAINER_WEB_APPURL }}
6870
invoice_schema_id: ${{ steps.register_linux.outputs.invoice_schema_id }}

.github/workflows/job-deploy-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ on:
6363
jobs:
6464
deploy-windows:
6565
runs-on: windows-latest
66+
env:
67+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
6668
outputs:
6769
CONTAINER_WEB_APPURL: ${{ steps.get_output_windows.outputs.CONTAINER_WEB_APPURL }}
6870
invoice_schema_id: ${{ steps.register_windows.outputs.invoice_schema_id }}

0 commit comments

Comments
 (0)