Skip to content

Commit a3160af

Browse files
committed
Enable dotnet telemetry in CI
1 parent 92b10cf commit a3160af

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
env:
1919
DOTNET_NOLOGO: true
20-
DOTNET_CLI_TELEMETRY_OPTOUT: true
2120
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
2221
steps:
2322
- name: Checkout repository

.pipelines/ConsoleGuiTools-Official.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ variables:
2121
BuildConfiguration: Release
2222
WindowsContainerImage: onebranch.azurecr.io/windows/ltsc2019/vse2022:latest
2323
DOTNET_NOLOGO: true
24-
DOTNET_CLI_TELEMETRY_OPTOUT: true
2524
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
2625

2726
resources:

0 commit comments

Comments
 (0)