diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index df7032bbc..ceec61b37 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -4,9 +4,7 @@ on: push: branches: [ main ] pull_request: - # The branches below must be a subset of the branches above branches: [ main ] - paths-ignore: [ '**/*.md' ] merge_group: types: [ checks_requested ] schedule: @@ -22,7 +20,6 @@ jobs: runs-on: ${{ matrix.os }} env: DOTNET_NOLOGO: true - DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_GENERATE_ASPNET_CERTIFICATE: false steps: - name: Checkout repository diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9475151aa..81deb8c41 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,6 @@ jobs: security-events: write env: DOTNET_NOLOGO: true - DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_GENERATE_ASPNET_CERTIFICATE: false steps: - name: Checkout repository diff --git a/.github/workflows/emacs-test.yml b/.github/workflows/emacs-test.yml index 3f3ec37a9..351b233f9 100644 --- a/.github/workflows/emacs-test.yml +++ b/.github/workflows/emacs-test.yml @@ -16,7 +16,6 @@ jobs: runs-on: ubuntu-latest env: DOTNET_NOLOGO: true - DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_GENERATE_ASPNET_CERTIFICATE: false steps: - name: Checkout repository diff --git a/.github/workflows/vim-test.yml b/.github/workflows/vim-test.yml index 88e0d4f03..90898830d 100644 --- a/.github/workflows/vim-test.yml +++ b/.github/workflows/vim-test.yml @@ -16,7 +16,6 @@ jobs: runs-on: ubuntu-latest env: DOTNET_NOLOGO: true - DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_GENERATE_ASPNET_CERTIFICATE: false steps: - name: Checkout repository diff --git a/.pipelines/PowerShellEditorServices-Official.yml b/.pipelines/PowerShellEditorServices-Official.yml index f37bc0239..4e9a8743a 100644 --- a/.pipelines/PowerShellEditorServices-Official.yml +++ b/.pipelines/PowerShellEditorServices-Official.yml @@ -21,7 +21,6 @@ variables: BuildConfiguration: Release WindowsContainerImage: onebranch.azurecr.io/windows/ltsc2019/vse2022:latest DOTNET_NOLOGO: true - DOTNET_CLI_TELEMETRY_OPTOUT: true DOTNET_GENERATE_ASPNET_CERTIFICATE: false resources: