Skip to content

Commit 93187ef

Browse files
Add AZURE_DEV_COLLECT_TELEMETRY variable in in azure-dev.yaml file
1 parent 4b48a18 commit 93187ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
AZURE_ENV_NAME: ${{ secrets.AZURE_ENV_NAME }}
3030
AZURE_LOCATION: ${{ secrets.AZURE_LOCATION }}
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
3233

3334
# Step 3: Print the result of the validation
3435
- name: Print result

0 commit comments

Comments
 (0)