Skip to content

Commit ab3755d

Browse files
committed
Enable dotnet telemetry in CI
1 parent b7d0fe6 commit ab3755d

File tree

5 files changed

+2
-7
lines changed

5 files changed

+2
-7
lines changed

.github/workflows/ci-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
env:
2424
DOTNET_NOLOGO: true
25-
DOTNET_CLI_TELEMETRY_OPTOUT: true
2625
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
2726
steps:
2827
- name: Checkout repository

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
security-events: write
2525
env:
2626
DOTNET_NOLOGO: true
27-
DOTNET_CLI_TELEMETRY_OPTOUT: true
2827
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
2928
steps:
3029
- name: Checkout repository

.github/workflows/emacs-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
env:
1818
DOTNET_NOLOGO: true
19-
DOTNET_CLI_TELEMETRY_OPTOUT: true
2019
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
2120
steps:
2221
- name: Checkout repository

.github/workflows/vim-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
env:
1818
DOTNET_NOLOGO: true
19-
DOTNET_CLI_TELEMETRY_OPTOUT: true
2019
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
2120
steps:
2221
- name: Checkout repository

.pipelines/PowerShellEditorServices-Official.yml

Lines changed: 2 additions & 3 deletions
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:
@@ -64,10 +63,10 @@ extends:
6463
system: Custom
6564
customVersion: $(package.version)
6665
- task: UseDotNet@2
67-
displayName: Use .NET 8.x SDK
66+
displayName: Use .NET SDK
6867
inputs:
6968
packageType: sdk
70-
version: 8.x
69+
useGlobalJson: true
7170
- task: UseDotNet@2
7271
displayName: Use .NET 7.x runtime (for tests)
7372
inputs:

0 commit comments

Comments
 (0)